- fixed the cncjob Tcl command: forgot to pop the arguments that are not recognized by the non-multigo handler
This commit is contained in:
@@ -230,6 +230,8 @@ class TclCommandCncjob(TclCommandSignaled):
|
||||
"in format (x, y) - no spaces allowed. But always two comma separated values.")
|
||||
|
||||
args.pop('name', None)
|
||||
args.pop('las_power', None)
|
||||
args.pop('las_min_pwr', None)
|
||||
|
||||
for arg in args:
|
||||
if arg == "toolchange_xy" or arg == "spindlespeed" or arg == "startz":
|
||||
|
||||
Reference in New Issue
Block a user