mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-05 14:27:42 -07:00
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 (cherry picked from commit 2322d5f14f3f703a03db3c12c87ef3855b88cf63)
This commit is contained in:
parent
3678adfd6c
commit
84d8d619e5
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue