Преглед на файлове

Bugfix: TclCommandMillHoles was not working at all

Robert Niemöller преди 6 години
родител
ревизия
dc61e6fede
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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))