ENH:use the correct trayID
jira[STUDIO-11274] Change-Id: I0025bb74002b00c448fd4a499e547a5fbd35537f
This commit is contained in:
parent
a01e19660e
commit
937f687169
|
@ -648,7 +648,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].current_nozzle_diameter;
|
||||
|
||||
|
|
Loading…
Reference in New Issue