add multidepth and depthperpass to cncjob shell command
This commit is contained in:
@@ -2648,7 +2648,9 @@ class App(QtCore.QObject):
|
|||||||
'feedrate': float,
|
'feedrate': float,
|
||||||
'tooldia': float,
|
'tooldia': float,
|
||||||
'outname': str,
|
'outname': str,
|
||||||
'spindlespeed': int
|
'spindlespeed': int,
|
||||||
|
'multidepth' : bool,
|
||||||
|
'depthperpass' : float
|
||||||
}
|
}
|
||||||
|
|
||||||
for key in kwa:
|
for key in kwa:
|
||||||
|
|||||||
Reference in New Issue
Block a user