Merge pull request #25841 from tarman3/slot_clearPath

CAM: Slot - Clear path if can not create slot
This commit is contained in:
sliptonic
2025-12-27 11:21:40 -06:00
committed by GitHub

View File

@@ -564,6 +564,10 @@ class ObjectSlot(PathOp.ObjectOp):
cmds = self._makeOperation(obj)
if cmds:
self.commandlist.extend(cmds)
else:
# clear Path if can not create slot
self.commandlist.clear()
return False
# Final move to clearance height
self.commandlist.append(