- added the circle approximation parameter for Excellon geometry in Preferences

- updated the language strings
This commit is contained in:
Marius Stanciu
2021-10-04 20:57:42 +03:00
committed by Marius
parent ab704e2a60
commit 1b6b432f7c
32 changed files with 10218 additions and 9878 deletions

View File

@@ -169,6 +169,7 @@ class PreferencesUIManager:
# Excellon General
"excellon_plot": self.ui.excellon_pref_form.excellon_gen_group.plot_cb,
"excellon_circle_steps": self.ui.excellon_pref_form.excellon_gen_group.circle_steps_entry,
"excellon_solid": self.ui.excellon_pref_form.excellon_gen_group.solid_cb,
"excellon_multicolored": self.ui.excellon_pref_form.excellon_gen_group.multicolored_cb,
"excellon_merge_fuse_tools": self.ui.excellon_pref_form.excellon_gen_group.fuse_tools_cb,