- another fix to make the app save correctly the CNCJob objects when saving a project

This commit is contained in:
Marius Stanciu
2022-03-20 21:46:16 +02:00
committed by Marius
parent 80144ed899
commit 8f1e9fd740
3 changed files with 5 additions and 2 deletions

View File

@@ -2850,7 +2850,7 @@ class CNCjob(Geometry):
# from Geometry.
self.ser_attrs += ['kind', 'z_cut', 'z_move', 'z_toolchange', 'feedrate', 'z_feedrate', 'feedrate_rapid',
'tooldia', 'gcode', 'input_geometry_bounds', 'gcode_parsed', 'steps_per_circle',
'z_depthpercut', 'spindlespeed', 'dwell', 'dwelltime']
'z_depthpercut', 'spindlespeed', 'dwell', 'dwelltime', 'travel_distance', 'routing_time']
@property
def postdata(self):