From e710c55c2cacdb5e6df50d43cfaaada99fe5f745 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 4 May 2026 08:39:42 +0200 Subject: [PATCH] OmagCUT : - aggiunta gestione SpecialSend con copia file per Effector. --- Constants/ConstMachIni.vb | 1 + Machine/MachineCNPageUC.xaml | 12 ++++++++++-- Machine/MachineCNPageUC.xaml.vb | 26 ++++++++++++++++++++++++-- NcComm/CNCommunication.vb | 33 +++++++++++++++++++++++++++++---- 4 files changed, 64 insertions(+), 8 deletions(-) diff --git a/Constants/ConstMachIni.vb b/Constants/ConstMachIni.vb index 10af3c6..73d2cbf 100644 --- a/Constants/ConstMachIni.vb +++ b/Constants/ConstMachIni.vb @@ -5,6 +5,7 @@ Public Const K_SPECIALSEND As String = "SpecialSend" Public Const K_SPECIALAREAS As String = "SpecialAreas" Public Const K_SPECIALDEST As String = "SpecialDest" + Public Const K_SPECIALEXEC As String = "SpecialExec" Public Const S_PARTPROGRAM As String = "PartProgram" Public Const K_EXTENSION As String = "Extension" diff --git a/Machine/MachineCNPageUC.xaml b/Machine/MachineCNPageUC.xaml index d02ae27..4efc8cc 100644 --- a/Machine/MachineCNPageUC.xaml +++ b/Machine/MachineCNPageUC.xaml @@ -129,9 +129,17 @@ - + + + + + + Margin="0,0,0,0"/> +