- In Excellon Editor, Drill Array Plugin, upgraded the UI and work in progress for the features
This commit is contained in:
@@ -4044,14 +4044,13 @@ class MainGUI(QtWidgets.QMainWindow):
|
||||
and self.app.exc_editor.active_tool.drill_tool.length != 0.0:
|
||||
pass
|
||||
elif self.app.exc_editor.active_tool.name == 'drill_array' \
|
||||
and self.app.exc_editor.active_tool.drill_array_tool.length != 0.0:
|
||||
and self.app.exc_editor.active_tool.darray_tool.length != 0.0:
|
||||
pass
|
||||
elif self.app.exc_editor.active_tool.name == 'slot_add' \
|
||||
and self.app.exc_editor.active_tool.slot_tool.length != 0.0 :
|
||||
pass
|
||||
elif self.app.exc_editor.active_tool.name == 'slot_array' \
|
||||
and self.app.exc_editor.active_tool.slot_array_tool.length != 0.0 \
|
||||
and self.app.exc_editor.active_tool.slot_array_tool.width != 0.0:
|
||||
and self.app.exc_editor.active_tool.sarray_tool.length != 0.0:
|
||||
pass
|
||||
elif self.app.exc_editor.active_tool.name == 'move' \
|
||||
and self.app.exc_editor.active_tool.move_tool.length != 0.0 \
|
||||
|
||||
Reference in New Issue
Block a user