ENH:use the correct trayID

jira[STUDIO-11274]

Change-Id: I0025bb74002b00c448fd4a499e547a5fbd35537f
This commit is contained in:
tao wang 2025-04-07 20:53:31 +08:00 committed by lane.wei
parent a01e19660e
commit 937f687169
1 changed files with 1 additions and 1 deletions

View File

@ -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;