mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX: AMS should not affect the judgment of automatic calibration
jira: none Change-Id: I4749bdca40e28f06d2809484a593e7d058baa36b (cherry picked from commit c522831144d187a420476da4f49f92f0de7c4e39)
This commit is contained in:
@@ -3359,6 +3359,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
|
// disable print when there is no mapping
|
||||||
if (obj_->m_extder_data.total_extder_count > 1) {
|
if (obj_->m_extder_data.total_extder_count > 1) {
|
||||||
@@ -3416,11 +3420,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
|
// check nozzle type and diameter
|
||||||
if (m_print_type == PrintFromType::FROM_NORMAL)
|
if (m_print_type == PrintFromType::FROM_NORMAL)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user