- 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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user