From 40f5bf9c120adecbed0cba1428e6626fd7f37bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Niem=C3=B6ller?= Date: Sat, 7 Nov 2020 23:14:00 +0100 Subject: [PATCH] Workaround: Could not use tcl command mill drills --- tclCommands/TclCommandMillDrills.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tclCommands/TclCommandMillDrills.py b/tclCommands/TclCommandMillDrills.py index 832738e6..ece29c45 100644 --- a/tclCommands/TclCommandMillDrills.py +++ b/tclCommands/TclCommandMillDrills.py @@ -93,8 +93,8 @@ class TclCommandMillDrills(TclCommandSignaled): else: args['use_thread'] = False - if not obj.drills: - self.raise_tcl_error("The Excellon object has no drills: %s" % name) + # if not obj.drills: + # self.raise_tcl_error("The Excellon object has no drills: %s" % name) try: if 'milled_dias' in args and args['milled_dias'] != 'all':