Merge pull request #22524 from jffmichi/drilling_remove_redundant

CAM: remove redundant move after drilling
This commit is contained in:
sliptonic
2025-07-18 14:15:19 -05:00
committed by GitHub

View File

@@ -310,9 +310,6 @@ class ObjectDrilling(PathCircularHoleBase.ObjectOp):
# Cancel canned drilling cycle
self.commandlist.append(Path.Command("G80"))
command = Path.Command("G0", {"Z": obj.SafeHeight.Value})
self.commandlist.append(command)
machine.addCommand(command)
# Apply feedrates to commands
PathFeedRate.setFeedRate(self.commandlist, obj.ToolController)