mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX: only check if it is auto
jira: [STUDIO-10945] Change-Id: Ib2f271b1b6581659b48effad4c235e755ad1b5e5 (cherry picked from commit f74efcf3e6b13fce00dae67b922f655908ac5e79)
This commit is contained in:
@@ -3638,7 +3638,7 @@ void SelectMachineDialog::update_show_status()
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*STUDIO-10970 check the k value and flow cali option*/
|
/*STUDIO-10970 check the k value and flow cali option*/
|
||||||
if (m_checkbox_list["flow_cali"]->getValue() != "off") {
|
if (m_checkbox_list["flow_cali"]->getValue() == "auto") {
|
||||||
const auto ¬_default_ams_names = _check_kval_not_default(obj_, m_ams_mapping_result);
|
const auto ¬_default_ams_names = _check_kval_not_default(obj_, m_ams_mapping_result);
|
||||||
if (!not_default_ams_names.empty()) {
|
if (!not_default_ams_names.empty()) {
|
||||||
std::vector<wxString> params{not_default_ams_names};
|
std::vector<wxString> params{not_default_ams_names};
|
||||||
|
|||||||
Reference in New Issue
Block a user