mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-26 22:35:43 -07:00
FIX: check with internal filament type
jira: [STUDIO-14216] Change-Id: I89e0d62b572872d7e2ea8e6e57ac662b64baf92b (cherry picked from commit 6767c2334bbfcffa41d4d020ee4f2e183a327cee)
This commit is contained in:
parent
2339f5a789
commit
1494731eab
8 changed files with 39 additions and 34 deletions
|
|
@ -1368,7 +1368,7 @@ void SelectMachineDialog::auto_supply_with_ext(std::vector<DevAmsTray> slots) {
|
|||
if (slot.id.empty()) continue;
|
||||
m_ams_mapping_result[i].ams_id = slot.id;
|
||||
m_ams_mapping_result[i].color = slot.color;
|
||||
m_ams_mapping_result[i].type = slot.type;
|
||||
m_ams_mapping_result[i].type = slot.m_fila_type;
|
||||
m_ams_mapping_result[i].colors = slot.cols;
|
||||
m_ams_mapping_result[i].tray_id = atoi(slot.id.c_str());
|
||||
m_ams_mapping_result[i].slot_id = "0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue