From 496fdf28e4631d46674b3002dbd2ffd8d34de636 Mon Sep 17 00:00:00 2001 From: tarman3 Date: Mon, 1 Dec 2025 12:13:13 +0200 Subject: [PATCH] CAM: Slot - Remove duplication move to clearance height in the end --- src/Mod/CAM/Path/Op/Slot.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Mod/CAM/Path/Op/Slot.py b/src/Mod/CAM/Path/Op/Slot.py index 3621149d0a..79e9fa41cc 100644 --- a/src/Mod/CAM/Path/Op/Slot.py +++ b/src/Mod/CAM/Path/Op/Slot.py @@ -569,11 +569,6 @@ class ObjectSlot(PathOp.ObjectOp): self.commandlist.clear() return False - # Final move to clearance height - self.commandlist.append( - Path.Command("G0", {"Z": obj.ClearanceHeight.Value, "F": self.vertRapid}) - ) - # Hide debug visuals if self.showDebugObjects and FreeCAD.GuiUp: FreeCADGui.ActiveDocument.getObject(self.tmpGrp.Name).Visibility = False