Explorar el Código

Workaround: Could not use tcl command mill drills

Robert Niemöller hace 5 años
padre
commit
40f5bf9c12
Se han modificado 1 ficheros con 2 adiciones y 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':