From cd52f1a00dd0d6623f81844827973efba72faa85 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Thu, 31 Mar 2022 14:31:54 +0300 Subject: [PATCH] - minor comment --- camlib.py | 1 + 1 file changed, 1 insertion(+) 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: