FIX: AMS should not affect the judgment of automatic calibration

jira: none
Change-Id: I4749bdca40e28f06d2809484a593e7d058baa36b
This commit is contained in:
zhimin.zeng 2025-03-14 14:16:21 +08:00 committed by lane.wei
parent 611f022a0c
commit c522831144
1 changed files with 4 additions and 5 deletions

View File

@ -3377,6 +3377,10 @@ void SelectMachineDialog::update_show_status()
}
}
if (!can_support_auto_cali() && m_checkbox_list["flow_cali"]->getValue() == "on") {
show_status(PrintDialogStatus::PrintStatusTPUUnsupportAutoCali);
return;
}
// disable print when there is no mapping
if (obj_->m_extder_data.total_extder_count > 1) {
@ -3434,11 +3438,6 @@ void SelectMachineDialog::update_show_status()
}
}
if (!can_support_auto_cali() && m_checkbox_list["flow_cali"]->getValue() == "on") {
show_status(PrintDialogStatus::PrintStatusTPUUnsupportAutoCali);
return;
}
// check nozzle type and diameter
if (m_print_type == PrintFromType::FROM_NORMAL)
{