- major rafactoring: replaced the name of the Gerber object data structure from 'apertures' to 'tools' to make the object data structure uniform across the app
This commit is contained in:
@@ -471,7 +471,7 @@ class AppObject(QtCore.QObject):
|
||||
new_obj.source_file = ''
|
||||
new_obj.multigeo = False
|
||||
new_obj.follow = False
|
||||
new_obj.apertures = {}
|
||||
new_obj.tools = {}
|
||||
new_obj.solid_geometry = []
|
||||
new_obj.follow_geometry = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user