Parcourir la source

Bugfix: TclCommandMillHoles was not working at all

Robert Niemöller il y a 6 ans
Parent
commit
dc61e6fede
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tclCommands/TclCommandMillHoles.py

+ 1 - 1
tclCommands/TclCommandMillHoles.py

@@ -82,7 +82,7 @@ class TclCommandMillHoles(TclCommandSignaled):
             del args['name']
 
             # This runs in the background... Is blocking handled?
-            success, msg = obj.generate_milling(**args)
+            success, msg = obj.generate_milling_drills(**args)
 
         except Exception as e:
             self.raise_tcl_error("Operation failed: %s" % str(e))