FIX: P1P/S can not modify the k value in old version

jira: 6745
Change-Id: I5c9dffe8e998213e6af6e1d01a6b0ae82521e8db
This commit is contained in:
zhimin.zeng 2024-04-03 14:55:32 +08:00 committed by Lane.Wei
parent 300b3b77c1
commit 43f766a462
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ void AMSMaterialsSetting::on_select_ok(wxCommandEvent &event)
;
}
if (obj->cali_version >= -1) {
if (obj->cali_version >= 0) {
PACalibIndexInfo select_index_info;
select_index_info.tray_id = cali_tray_id;
select_index_info.nozzle_diameter = obj->nozzle_diameter;