block delete logic
This commit is contained in:
@@ -828,7 +828,7 @@ class ObjectOp(object):
|
||||
self.commandlist.append(Path.Command("G0", {"Z": obj.ClearanceHeight.Value}))
|
||||
|
||||
# Add block delete annotations if enabled
|
||||
if obj.BlockDelete:
|
||||
if hasattr(obj, "BlockDelete") and obj.BlockDelete:
|
||||
for command in self.commandlist:
|
||||
annotations = command.Annotations
|
||||
annotations["BlockDelete"] = True
|
||||
|
||||
Reference in New Issue
Block a user