diff --git a/tclCommands/TclCommandMillDrills.py b/tclCommands/TclCommandMillDrills.py index 9431bf73..7cd0a9b0 100644 --- a/tclCommands/TclCommandMillDrills.py +++ b/tclCommands/TclCommandMillDrills.py @@ -147,7 +147,7 @@ class TclCommandMillDrills(TclCommandSignaled): try: # 'name' is not an argument of obj.generate_milling() del args['name'] - print(args) + # This runs in the background... Is blocking handled? success, msg = obj.generate_milling_drills(plot=False, **args) except Exception as e: