From d4d3a3c7d9a2aa6979c22e73c1966d9ccf856bf5 Mon Sep 17 00:00:00 2001 From: Nicola Pievani Date: Mon, 31 May 2021 18:50:35 +0200 Subject: [PATCH] Correzione comunicazione punto per Test Check Up (cherry picked from commit 27015dd58961e6559214b85e829fb08d5311a063) --- Project/ProjectMgrUC.xaml.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project/ProjectMgrUC.xaml.vb b/Project/ProjectMgrUC.xaml.vb index bf82ecd..45084c1 100644 --- a/Project/ProjectMgrUC.xaml.vb +++ b/Project/ProjectMgrUC.xaml.vb @@ -324,8 +324,8 @@ Public Class ProjectMgrUC End If '--------------------------- Comunico i movimenti in origine macchina al CN ---------------------------------------- - - ExecuteCommandCNC(ptMid, dC1, dB1) + Dim ptMachine As Point3d = New Point3d(dX, dY, dZ) + ExecuteCommandCNC(ptMachine, dC1, dB1) Return End If ' ---------------------------- Fine modalità test --------------------------------------------