- 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:
@@ -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'] = \
|
||||
|
||||
Reference in New Issue
Block a user