Преглед изворни кода

Workaround: Could not use tcl command mill drills

Robert Niemöller пре 5 година
родитељ
комит
40f5bf9c12
1 измењених фајлова са 2 додато и 2 уклоњено
  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':