- fixed errors on project load, in ParseGerber and Extract and Punch Gerber Plugins due of refactoring the 'apertures' attribute to 'tools'
This commit is contained in:
@@ -963,7 +963,7 @@ class FlatCAMObj(QtCore.QObject):
|
||||
# Not all object types has annotations
|
||||
try:
|
||||
self.annotation.clear(update)
|
||||
except AttributeError:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
def delete(self):
|
||||
|
||||
Reference in New Issue
Block a user