mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-14 15:26:11 -06:00
FIX: hide the notice if it's invalid
jira: [STUDIO-11073] Change-Id: I30a9a5e5c4195caf734f4ac79aa7aff49e75924d (cherry picked from commit 2d82a1170bf12acccdc40ab47d33b0b71bc07bab)
This commit is contained in:
parent
d293d4ba3c
commit
e2c6f0b6b5
1 changed files with 1 additions and 1 deletions
|
|
@ -3642,7 +3642,7 @@ void SelectMachineDialog::update_show_status()
|
|||
}
|
||||
|
||||
/*STUDIO-10970 check the k value and flow cali option*/
|
||||
if (m_checkbox_list["flow_cali"]->getValue() == "auto") {
|
||||
if (m_checkbox_list["flow_cali"]->IsShown() && m_checkbox_list["flow_cali"]->getValue() == "auto") {
|
||||
const auto ¬_default_ams_names = _check_kval_not_default(obj_, m_ams_mapping_result);
|
||||
if (!not_default_ams_names.empty()) {
|
||||
std::vector<wxString> params{not_default_ams_names};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue