mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-26 22:35:43 -07:00
FIX: fix incorrect pa value for virtual slot
jira: STUDIO-8540 Change-Id: I2224db2ca2a45a81550427c8387edfa2427b5f79 (cherry picked from commit 585da1ef374452c2eb10fb9bc93f08c862f49c59)
This commit is contained in:
parent
dba57efec7
commit
758e13e821
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ void AMSinfo::parse_ext_info(MachineObject* obj, AmsTray tray) {
|
|||
info.ctype = tray.ctype;
|
||||
info.material_name = tray.get_display_filament_type();
|
||||
info.cali_idx = tray.cali_idx;
|
||||
info.filament_id = tray.filament_setting_id;
|
||||
info.filament_id = tray.setting_id;
|
||||
if (!tray.color.empty()) {
|
||||
info.material_colour = AmsTray::decode_color(tray.color);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue