FIX: P1P/S can not modify the k value in old version
jira: 6745 Change-Id: I5c9dffe8e998213e6af6e1d01a6b0ae82521e8db
This commit is contained in:
parent
300b3b77c1
commit
43f766a462
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue