From 996b0c5796c5f1b4e9660021929df7d788cf0a1b Mon Sep 17 00:00:00 2001 From: "zhengxuan.zhang" Date: Wed, 6 May 2026 17:27:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95=E7=94=A8?= =?UTF-8?q?=E4=BE=8BAfterExecution=5FIsRunningFalse=5FAllNodesIdle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XplorePlane/ViewModels/Cnc/CncEditorViewModel.cs | 1 + 1 file changed, 1 insertion(+) 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; }