- fixed issues when saving the project due of changed serializable attributes

This commit is contained in:
Marius Stanciu
2022-03-13 04:28:52 +02:00
committed by Marius
parent 6ad12abba2
commit 613a60cecc
7 changed files with 10 additions and 6 deletions

View File

@@ -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'
]