mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-04 13:57:43 -07:00
FIX: only check if it is auto
jira: [STUDIO-10945] Change-Id: Ib2f271b1b6581659b48effad4c235e755ad1b5e5 (cherry picked from commit f74efcf3e6b13fce00dae67b922f655908ac5e79)
This commit is contained in:
parent
68741d019c
commit
450c87a0ac
1 changed files with 1 additions and 1 deletions
|
|
@ -3638,7 +3638,7 @@ void SelectMachineDialog::update_show_status()
|
|||
}
|
||||
|
||||
/*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);
|
||||
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