mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 13:33:15 +08:00
FIX: update toggle_options after on_preset_loaded
Change-Id: I4e4b4f21f50bb6d844c6166cac71f6a9f053e93f Jira: none
This commit is contained in:
parent
5678b98feb
commit
1e1221216a
@ -4273,7 +4273,6 @@ void Tab::load_current_preset()
|
|||||||
|
|
||||||
update_btns_enabling();
|
update_btns_enabling();
|
||||||
|
|
||||||
update();
|
|
||||||
if (m_type == Slic3r::Preset::TYPE_PRINTER) {
|
if (m_type == Slic3r::Preset::TYPE_PRINTER) {
|
||||||
// For the printer profile, generate the extruder pages.
|
// For the printer profile, generate the extruder pages.
|
||||||
if (preset.printer_technology() == ptFFF)
|
if (preset.printer_technology() == ptFFF)
|
||||||
@ -4281,6 +4280,7 @@ void Tab::load_current_preset()
|
|||||||
else
|
else
|
||||||
wxGetApp().obj_list()->update_objects_list_filament_column(1);
|
wxGetApp().obj_list()->update_objects_list_filament_column(1);
|
||||||
}
|
}
|
||||||
|
update();
|
||||||
|
|
||||||
// Reload preset pages with the new configuration values.
|
// Reload preset pages with the new configuration values.
|
||||||
reload_config();
|
reload_config();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user