Merge pull request #25841 from tarman3/slot_clearPath
CAM: Slot - Clear path if can not create slot
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user