- added the Preferences entries for the Gerber Invert Tool
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user