Explorar o código

Workaround: Could not use tcl command mill drills

Robert Niemöller %!s(int64=5) %!d(string=hai) anos
pai
achega
40f5bf9c12
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tclCommands/TclCommandMillDrills.py

+ 2 - 2
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':