Update m_initial_extruders_count after preset changing
This commit is contained in:
parent
15b2522ed9
commit
639f2bc2f3
1 changed files with 4 additions and 3 deletions
|
@ -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…
Reference in a new issue