- in NCC Tool I've added a warning so the user is warned that the NCC margin has to have a value of at least the tool diameter that is doing an iso_op job in the Tool Table

This commit is contained in:
Marius Stanciu
2020-01-01 19:08:15 +02:00
committed by Marius
parent 3475ae00cd
commit a738ed7305
3 changed files with 106 additions and 70 deletions

View File

@@ -221,7 +221,6 @@ class TclCommandDrillcncjob(TclCommandSignaled):
# for now there is no tool offset support in this Tcl Command so we write the 0.0 value here
job_obj.tool_offset[t_item] = 0.0
print(job_obj.tool_offset)
job_obj.origin_kind = 'excellon'
job_obj.gcode_parse()