CAM: remove redundant move after drilling

This commit is contained in:
jffmichi
2025-07-16 20:31:42 +02:00
parent 3b3d19c56b
commit 3bce6e3fc9

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)