- In Excellon Editor, finished updating the Drill Plugin and Slot Plugin

- fixed a bug in the excellon export method, regarding the slots processing
This commit is contained in:
Marius Stanciu
2022-04-29 20:11:55 +03:00
committed by Marius
parent 4ac90d83f5
commit b4c300b2eb
6 changed files with 490 additions and 215 deletions

View File

@@ -4047,8 +4047,7 @@ class MainGUI(QtWidgets.QMainWindow):
and self.app.exc_editor.active_tool.drill_array_tool.length != 0.0:
pass
elif self.app.exc_editor.active_tool.name == 'slot_add' \
and self.app.exc_editor.active_tool.slot_tool.x != 0.0 \
and self.app.exc_editor.active_tool.slot_tool.y != 0.0:
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 \