CAM: Slot - Clear path if can not create slot

This commit is contained in:
tarman3
2025-12-01 11:45:09 +02:00
parent 12355f37e9
commit 3426672ccd

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(