CAM: Slot - Remove duplication move to clearance height in the end

This commit is contained in:
tarman3
2025-12-01 12:13:13 +02:00
parent f6aef02f1d
commit 496fdf28e4

View File

@@ -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