FIX: cannot select k value when connect 2 printer

github: 4085
Change-Id: I660f20032535ad8ab1f218224af68f7cc0dc3395
(cherry picked from commit dc94ad4fb63c4907993e6970511bed90337b6c30)
This commit is contained in:
zhimin.zeng
2024-06-25 18:04:26 +08:00
committed by Noisyfox
parent 9a37c45e35
commit 43693ebba9
2 changed files with 2 additions and 2 deletions

View File

@@ -1188,7 +1188,7 @@ void AMSMaterialsSetting::on_select_filament(wxCommandEvent &evt)
m_filament_selection = evt.GetSelection();
//reset cali
int cali_select_idx;
int cali_select_idx = -1;
if ( !this->obj || m_filament_selection < 0) {
m_input_k_val->Enable(false);