mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fix of SPE-1035 (Wrong filament color updating for multi-material print)
This commit is contained in:
parent
4b35ebe6e5
commit
904bbcc006
3 changed files with 35 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue