mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: should not show tpu warning for P series printer
jira: STUDIO-11612 Change-Id: I947a16d3d95b009040a0ea26157e1c8004e36cc4 (cherry picked from commit 8ecc6aa224c1d44a804ecb0711162f56623037ca)
This commit is contained in:
@@ -3279,7 +3279,7 @@ void SelectMachineDialog::update_show_status(MachineObject* obj_)
|
||||
}
|
||||
}
|
||||
|
||||
if (!can_support_auto_cali() && m_checkbox_list["flow_cali"]->getValue() == "on") {
|
||||
if (!can_support_auto_cali() && m_checkbox_list["flow_cali"]->IsShown() && m_checkbox_list["flow_cali"]->getValue() == "on") {
|
||||
show_status(PrintDialogStatus::PrintStatusTPUUnsupportAutoCali);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user