mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-23 12:55:37 -07: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:
parent
54c402aec6
commit
36524f5199
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue