Filter out duplicate selections

This commit is contained in:
Markus Lampert
2018-05-29 07:18:18 -07:00
committed by wmayer
parent 60a49ede57
commit 32cb111721
3 changed files with 27 additions and 18 deletions

View File

@@ -50,7 +50,7 @@ class ENGRAVEGate:
except:
return False
if shape.BoundBox.ZLength == 0.0 and len(obj.Wires) > 0:
if shape.BoundBox.ZLength == 0.0 and len(shape.Wires) > 0:
return True
if shape.ShapeType == 'Edge':