- fixed bug in camlib.parse_lines() in the clear_geometry processing section for self.apertures

This commit is contained in:
Marius Stanciu
2019-05-04 22:39:51 +03:00
parent e7a32c5c90
commit d7031bc89a
4 changed files with 42 additions and 12 deletions

View File

@@ -2947,6 +2947,8 @@ class FlatCAMGrbEditor(QtCore.QObject):
if geo is not None:
self.add_gerber_shape(DrawToolShape(geo), follow_storage_elem)
self.storage_dict[apid][k] = follow_storage_elem
elif k == 'clear_geometry':
continue
else:
self.storage_dict[apid][k] = v
except Exception as e: