mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Added option to apply the sequential slider in preview to top layer only or to whole gcode toolpaths
This commit is contained in:
parent
d7686d7e6a
commit
8580ecacca
9 changed files with 78 additions and 38 deletions
|
@ -1570,6 +1570,8 @@ void GUI_App::add_config_menu(wxMenuBar *menu)
|
|||
PreferencesDialog dlg(mainframe);
|
||||
dlg.ShowModal();
|
||||
app_layout_changed = dlg.settings_layout_changed();
|
||||
if (dlg.seq_top_layer_only_changed())
|
||||
this->plater_->refresh_print();
|
||||
}
|
||||
if (app_layout_changed) {
|
||||
// hide full main_sizer for mainFrame
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue