Explorar o código

Bugfix: TclCommandMillHoles was not working at all

Robert Niemöller %!s(int64=6) %!d(string=hai) anos
pai
achega
dc61e6fede
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))