Fixed update of the field related to the "extruders_count" parameter after printer preset change

This commit is contained in:
YuSanka 2020-10-27 22:53:43 +01:00 committed by Oleksandra Yushchenko
parent 1c22d788aa
commit e05080c53b
2 changed files with 11 additions and 0 deletions

View file

@ -465,6 +465,7 @@ public:
void build_print_host_upload_group(Page* page);
void build_fff();
void build_sla();
void reload_config() override;
void activate_selected_page(std::function<void()> throw_if_canceled) override;
void clear_pages() override;
void toggle_options() override;