CAM: Slot - Remove duplication move to clearance height in the end
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user