Explorar o código

add multidepth and depthperpass to cncjob shell command

Kamil Sopko %!s(int64=10) %!d(string=hai) anos
pai
achega
9420aaad60
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      FlatCAMApp.py

+ 3 - 1
FlatCAMApp.py

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