From 144b8dc66ea2947bb6b3d45b83ea0909259e04f7 Mon Sep 17 00:00:00 2001 From: Emmanuele Sassi Date: Tue, 13 Dec 2022 19:05:57 +0100 Subject: [PATCH] - aggiunta gestione dis/attivazione wait - aggiunta modifica con selezione dei tempi wait --- Icarus/Constants/Const3dPrint.vb | 1 + Icarus/TSFEditor/TFSEditorV.xaml | 24 ++++++- Icarus/TSFEditor/TFSEditorVM.vb | 103 +++++++++++++++++++++++++++++-- 3 files changed, 121 insertions(+), 7 deletions(-) diff --git a/Icarus/Constants/Const3dPrint.vb b/Icarus/Constants/Const3dPrint.vb index b95500c..36a1163 100644 --- a/Icarus/Constants/Const3dPrint.vb +++ b/Icarus/Constants/Const3dPrint.vb @@ -36,6 +36,7 @@ Public Const KEY_SPEED = "Speed" Public Const KEY_SLICEID = "SliceId" Public Const KEY_MASS = "PrintMass" + Public Const KEY_EMITWAITINGTIME = "EmitWaitingTime" ' parametri Materiali diff --git a/Icarus/TSFEditor/TFSEditorV.xaml b/Icarus/TSFEditor/TFSEditorV.xaml index bd8369b..77d44c3 100644 --- a/Icarus/TSFEditor/TFSEditorV.xaml +++ b/Icarus/TSFEditor/TFSEditorV.xaml @@ -72,15 +72,32 @@ Margin="2.5,0,2.5,0" Style="{StaticResource ControllerInputPanel_TextBox}"/> + + + + + + + +