- removed another parameter in the serialized parameters for CNCJob object (no longer used) which made the project saving to fail (when CNCjob objects are in the project)
This commit is contained in:
@@ -175,7 +175,7 @@ class CNCJobObject(FlatCAMObj, CNCjob):
|
||||
# Always append to it because it carries contents
|
||||
# from predecessors.
|
||||
self.ser_attrs += [
|
||||
'options', 'kind', 'cnc_tools', 'exc_cnc_tools', 'multitool', 'append_snippet',
|
||||
'options', 'kind', 'tools', 'multitool', 'append_snippet',
|
||||
'prepend_snippet', 'gc_header'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user