From d18d5c77e47ba4701c08bd048677dae974af0951 Mon Sep 17 00:00:00 2001 From: tarman3 Date: Sun, 14 Dec 2025 15:45:40 +0200 Subject: [PATCH] CAM: Boundary Dressup Fix G0 --- src/Mod/CAM/Path/Dressup/Boundary.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Mod/CAM/Path/Dressup/Boundary.py b/src/Mod/CAM/Path/Dressup/Boundary.py index 0c5d549e50..f2dcd983eb 100644 --- a/src/Mod/CAM/Path/Dressup/Boundary.py +++ b/src/Mod/CAM/Path/Dressup/Boundary.py @@ -312,6 +312,8 @@ class PathBoundary: tc.VertFeed.Value, ) ) + # restore G0 movement + commands[-1].Name = cmd.Name inside.remove(e) pos = newPos lastExit = newPos