mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-09 07:19:08 +08:00
Update m_initial_extruders_count after preset changing
This commit is contained in:
parent
15b2522ed9
commit
639f2bc2f3
@ -1430,10 +1430,11 @@ void Tab::load_current_preset()
|
|||||||
update_tab_ui();
|
update_tab_ui();
|
||||||
on_presets_changed();
|
on_presets_changed();
|
||||||
|
|
||||||
if (name() == "print"){
|
if (name() == "print")
|
||||||
update_frequently_changed_parameters();
|
update_frequently_changed_parameters();
|
||||||
update_changed_ui();
|
if (m_name == "printer")
|
||||||
}
|
static_cast<TabPrinter*>(this)->m_initial_extruders_count = static_cast<TabPrinter*>(this)->m_extruders_count;
|
||||||
|
update_changed_ui();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user