mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-12 23:13:32 +00:00
FIX: cannot select k value when connect 2 printer
github: 4085 Change-Id: I660f20032535ad8ab1f218224af68f7cc0dc3395 (cherry picked from commit dc94ad4fb63c4907993e6970511bed90337b6c30)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user