- fixed issues when saving the project due of changed serializable attributes
This commit is contained in:
@@ -195,7 +195,7 @@ class CNCJobObject(FlatCAMObj, CNCjob):
|
||||
# Always append to it because it carries contents
|
||||
# from predecessors.
|
||||
self.ser_attrs += [
|
||||
'options', 'kind', 'tools', 'multitool', 'append_snippet',
|
||||
'obj_options', 'kind', 'tools', 'multitool', 'append_snippet',
|
||||
'prepend_snippet', 'gc_header'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user