Horizontal slider in preview to show always (and only) gcode lines indices

This commit is contained in:
enricoturri1966 2021-07-29 13:28:07 +02:00
parent 226353452e
commit 86da45eb66
5 changed files with 3 additions and 23 deletions

View file

@ -1908,7 +1908,7 @@ 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() || dlg.seq_seq_top_gcode_indices_changed())
if (dlg.seq_top_layer_only_changed())
this->plater_->refresh_print();
if (dlg.recreate_GUI()) {