Merge pull request #25842 from tarman3/slot_clearance

CAM: Slot - Remove duplication move to clearance height in the end
This commit is contained in:
sliptonic
2026-01-09 11:42:15 -06:00
committed by GitHub

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