- fixed issue with preamble not being inserted when used alone

- modified the way that the start GCode is stored such that now the bug in GCode Editor that did not allowed selection of the first tool is now solved
This commit is contained in:
Marius Stanciu
2020-10-30 02:01:33 +02:00
committed by Marius
parent 38abfa4f31
commit c7b96b7a68
5 changed files with 500 additions and 446 deletions

View File

@@ -337,6 +337,7 @@ class TclCommandDrillcncjob(TclCommandSignaled):
if ret_val == 'fail':
return 'fail'
job_obj.gc_start = ret_val[1]
for t_item in job_obj.exc_cnc_tools:
job_obj.exc_cnc_tools[t_item]['data']['tools_drill_offset'] = \