- made sure that the new feature of redrawing Gerber on top is not activated when that Gerber object is disabled

- added ability to turn off the outline plotting for Gerber objects (will speed up the plotting but the plotting visual quality will degrade); controlled from Preferences -> Gerber -> General
- plotting visuals in 3d graphic mode will no longer create some unnecessary lists
This commit is contained in:
Marius Stanciu
2022-02-11 10:42:03 +02:00
committed by Marius
parent 4b611f5ce3
commit 5421b65b9e
8 changed files with 45 additions and 13 deletions

View File

@@ -126,6 +126,7 @@ class PreferencesUIManager:
"gerber_plot_on_select": self.ui.gerber_pref_form.gerber_gen_group.gerber_plot_on_select_cb,
"gerber_plot_fill": self.ui.gerber_pref_form.gerber_gen_group.fill_color_entry,
"gerber_plot_line": self.ui.gerber_pref_form.gerber_gen_group.line_color_entry,
"gerber_plot_line_enable": self.ui.gerber_pref_form.gerber_gen_group.enable_line_cb,
# Gerber Options
"gerber_noncoppermargin": self.ui.gerber_pref_form.gerber_opt_group.noncopper_margin_entry,