mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: check with internal filament type
jira: [STUDIO-14216] Change-Id: I89e0d62b572872d7e2ea8e6e57ac662b64baf92b (cherry picked from commit 6767c2334bbfcffa41d4d020ee4f2e183a327cee)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user