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