- GCode Editor - work in the UI

This commit is contained in:
Marius Stanciu
2020-08-02 02:31:06 +03:00
parent a66d8a7438
commit 840db915f1
3 changed files with 298 additions and 12 deletions

View File

@@ -1624,6 +1624,7 @@ class ToolDrilling(AppTool, Excellon):
default_data = {}
for kk, vv in list(obj.options.items()):
default_data[kk] = deepcopy(vv)
default_data['tools_drill_cutz'] = float(self.excellon_tools[it[0]]['data']['tools_drill_cutz'])
# populate the Excellon CNC tools storage
job_obj.exc_cnc_tools[it[1]] = {}