- fixed the cncjob Tcl command: forgot to pop the arguments that are not recognized by the non-multigo handler

This commit is contained in:
Marius Stanciu
2022-02-01 03:41:46 +02:00
committed by Marius
parent fc085217c9
commit 103f2c42a8
2 changed files with 6 additions and 0 deletions

View File

@@ -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":