CAM: Slot - Clear path if can not create slot

This commit is contained in:
tarman3
2025-12-15 20:21:16 +02:00
parent 12355f37e9
commit 3426672ccd
+4
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(