add multidepth and depthperpass to cncjob shell command

This commit is contained in:
Kamil Sopko
2016-02-25 00:03:19 +01:00
parent ea25b739e3
commit 9420aaad60

View File

@@ -2648,7 +2648,9 @@ class App(QtCore.QObject):
'feedrate': float,
'tooldia': float,
'outname': str,
'spindlespeed': int
'spindlespeed': int,
'multidepth' : bool,
'depthperpass' : float
}
for key in kwa: