mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed bug with "Extruder" column updating after preset changing SLA<=>FFF
This commit is contained in:
parent
92fb71e5af
commit
5def5ccfd3
2 changed files with 3 additions and 2 deletions
|
@ -2346,11 +2346,12 @@ void TabPrinter::update_pages()
|
|||
{
|
||||
m_preset_bundle->update_multi_material_filament_presets();
|
||||
on_value_change("extruders_count", m_extruders_count);
|
||||
wxGetApp().sidebar().update_objects_list_extruder_column(m_extruders_count);
|
||||
}
|
||||
}
|
||||
else
|
||||
m_pages.swap(m_pages_fff);
|
||||
|
||||
wxGetApp().sidebar().update_objects_list_extruder_column(m_extruders_count);
|
||||
}
|
||||
else
|
||||
m_pages_sla.empty() ? build_sla() : m_pages.swap(m_pages_sla);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue