diff --git a/tclCommands/TclCommandMillHoles.py b/tclCommands/TclCommandMillHoles.py index 38fc222b..8826f856 100644 --- a/tclCommands/TclCommandMillHoles.py +++ b/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))