mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Fixed black rects for extruder colors, when we load 3mf project with MM-printer profile and extruder colors is set to the filament colors
+ Fixed a bug with updating colors in extruder editors in ObjectList, when we use filaments colors for extruders and some filament profile is switched
This commit is contained in:
parent
c3f88db392
commit
3070e66aae
2 changed files with 26 additions and 16 deletions
|
@ -233,6 +233,7 @@ public:
|
|||
void leave_gizmos_stack();
|
||||
|
||||
void on_extruders_change(size_t extruders_count);
|
||||
bool update_filament_colors_in_full_config();
|
||||
void on_config_change(const DynamicPrintConfig &config);
|
||||
void force_filament_colors_update();
|
||||
void force_print_bed_update();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue