Workaround: Could not use tcl command mill drills

This commit is contained in:
Robert Niemöller 2020-11-07 23:14:00 +01:00
parent 36bfcdce6f
commit 40f5bf9c12
1 changed files with 2 additions and 2 deletions

View File

@ -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':