- fixed the TclCommand MillHoles

This commit is contained in:
Marius Stanciu
2019-09-11 07:06:32 +03:00
committed by Marius
parent e7493a350f
commit 4440298327
3 changed files with 6 additions and 3 deletions

View File

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