- 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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user