mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 05:43:14 +08:00
FIX: k value is not display when set pa profile
jira: none Change-Id: Ic36d7a3fcb4c0e845d8c3902b31638f5cfb60d1f
This commit is contained in:
parent
dc019db185
commit
47c82dcd2d
@ -1162,8 +1162,8 @@ void AMSMaterialsSetting::on_select_filament(wxCommandEvent &evt)
|
||||
}
|
||||
}
|
||||
else {
|
||||
int index = get_cali_index(m_comboBox_filament->GetLabel().ToStdString());
|
||||
m_comboBox_cali_result->SetSelection(index);
|
||||
cali_select_idx = get_cali_index(m_comboBox_filament->GetLabel().ToStdString());
|
||||
m_comboBox_cali_result->SetSelection(cali_select_idx);
|
||||
}
|
||||
}
|
||||
else {
|
||||
@ -1180,8 +1180,8 @@ void AMSMaterialsSetting::on_select_filament(wxCommandEvent &evt)
|
||||
}
|
||||
}
|
||||
else {
|
||||
int index = get_cali_index(m_comboBox_filament->GetLabel().ToStdString());
|
||||
m_comboBox_cali_result->SetSelection(index);
|
||||
cali_select_idx = get_cali_index(m_comboBox_filament->GetLabel().ToStdString());
|
||||
m_comboBox_cali_result->SetSelection(cali_select_idx);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user