mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: seprate filament_type and display_filament_type
special case for "Support G" and "Support W" Change-Id: I26f873083d6afb58fb10ebc9beef54fbf5e18320 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -64,7 +64,7 @@ bool AMSinfo::parse_ams_info(Ams *ams)
|
||||
if (it != ams->trayList.end() && it->second->is_exists) {
|
||||
if (it->second->is_tray_info_ready()) {
|
||||
info.can_id = it->second->id;
|
||||
info.material_name = it->second->type;
|
||||
info.material_name = it->second->get_display_filament_type();
|
||||
if (!it->second->color.empty()) {
|
||||
info.material_colour = AmsTray::decode_color(it->second->color);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user