Bläddra i källkod

Workaround: Could not use tcl command mill drills

Robert Niemöller 5 år sedan
förälder
incheckning
40f5bf9c12
1 ändrade filer med 2 tillägg och 2 borttagningar
  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':