diff --git a/XplorePlane/ViewModels/Cnc/CncEditorViewModel.cs b/XplorePlane/ViewModels/Cnc/CncEditorViewModel.cs index d2181b7..df5e98b 100644 --- a/XplorePlane/ViewModels/Cnc/CncEditorViewModel.cs +++ b/XplorePlane/ViewModels/Cnc/CncEditorViewModel.cs @@ -551,6 +551,7 @@ namespace XplorePlane.ViewModels.Cnc finally { IsRunning = false; + ResetAllNodeStates(); _cts?.Dispose(); _cts = null; }