Fix of SPE-1035 (Wrong filament color updating for multi-material print)

This commit is contained in:
YuSanka 2019-09-30 13:59:26 +02:00
parent 4b35ebe6e5
commit 904bbcc006
3 changed files with 35 additions and 0 deletions

View file

@ -211,6 +211,7 @@ public:
void on_extruders_change(size_t extruders_count);
void on_config_change(const DynamicPrintConfig &config);
void force_filament_colors_update();
// On activating the parent window.
void on_activate();
const DynamicPrintConfig* get_plater_config() const;