mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH:use the correct trayID
jira[STUDIO-11274] Change-Id: I0025bb74002b00c448fd4a499e547a5fbd35537f (cherry picked from commit 937f687169091982bc6f11c5e76fb823b0456590)
This commit is contained in:
@@ -653,7 +653,7 @@ void AMSMaterialsSetting::on_select_ok(wxCommandEvent &event)
|
||||
if (obj->cali_version >= 0) {
|
||||
PACalibIndexInfo select_index_info;
|
||||
select_index_info.tray_id = vt_tray;
|
||||
select_index_info.ams_id = vt_tray;
|
||||
select_index_info.ams_id = ams_id;
|
||||
select_index_info.slot_id = 0;
|
||||
select_index_info.nozzle_diameter = obj->m_extder_data.extders[0].diameter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user