- added the Preferences entries for the Gerber Invert Tool

This commit is contained in:
Marius Stanciu
2020-02-15 03:41:11 +02:00
committed by Marius
parent 9fc2ba8ffd
commit 49c82a3e33
5 changed files with 116 additions and 16 deletions

View File

@@ -1002,6 +1002,10 @@ class App(QtCore.QObject):
# Align Objects Tool
"tools_align_objects_align_type": 'sp',
# Invert Gerber Tool
"tools_invert_margin": 0.1,
"tools_invert_join_style": 's',
# Utilities
# file associations
"fa_excellon": 'drd, drl, exc, ncd, tap, xln',
@@ -1666,6 +1670,10 @@ class App(QtCore.QObject):
"tools_punch_rectangular": self.ui.tools2_defaults_form.tools2_punch_group.rectangular_cb,
"tools_punch_others": self.ui.tools2_defaults_form.tools2_punch_group.other_cb,
# Invert Gerber Tool
"tools_invert_margin": self.ui.tools2_defaults_form.tools2_invert_group.margin_entry,
"tools_invert_join_style": self.ui.tools2_defaults_form.tools2_invert_group.join_radio,
# Utilities
# File associations
"fa_excellon": self.ui.util_defaults_form.fa_excellon_group.exc_list_text,