FIX: the default value is not correct

and the pa profile not display in AMS setting dialog after switch nozzle diameter
jira: 8620

Change-Id: I38b3905b1490edbc8dfe32335a3f8600485050c1
This commit is contained in:
zhimin.zeng 2024-11-05 14:20:16 +08:00 committed by lane.wei
parent 8fdc2ec622
commit 2322d5f14f
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ bool AMSinfo::parse_ams_info(MachineObject *obj, Ams *ams, bool remain_flag, boo
info.ctype = it->second->ctype;
info.material_name = it->second->get_display_filament_type();
info.cali_idx = it->second->cali_idx;
info.filament_id = it->second->filament_setting_id;
info.filament_id = it->second->setting_id;
if (!it->second->color.empty()) {
info.material_colour = AmsTray::decode_color(it->second->color);
} else {