diff --git a/camlib.py b/camlib.py index 03565efc..7ed420c6 100644 --- a/camlib.py +++ b/camlib.py @@ -3783,6 +3783,7 @@ class CNCjob(Geometry): self.z_feedrate = float(tool_dict['tools_mill_feedrate_z']) self.feedrate_rapid = float(tool_dict['tools_mill_feedrate_rapid']) + # this should not happen except for older projects try: self.laser_min_power = float(tool_dict['tools_mill_min_power']) except KeyError: