diff --git a/src/slic3r/GUI/SelectMachine.cpp b/src/slic3r/GUI/SelectMachine.cpp index da9c064ce..72a22ed0b 100644 --- a/src/slic3r/GUI/SelectMachine.cpp +++ b/src/slic3r/GUI/SelectMachine.cpp @@ -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) {