mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 08:53:15 +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 {
|
else {
|
||||||
int index = get_cali_index(m_comboBox_filament->GetLabel().ToStdString());
|
cali_select_idx = get_cali_index(m_comboBox_filament->GetLabel().ToStdString());
|
||||||
m_comboBox_cali_result->SetSelection(index);
|
m_comboBox_cali_result->SetSelection(cali_select_idx);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@ -1180,8 +1180,8 @@ void AMSMaterialsSetting::on_select_filament(wxCommandEvent &evt)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
int index = get_cali_index(m_comboBox_filament->GetLabel().ToStdString());
|
cali_select_idx = get_cali_index(m_comboBox_filament->GetLabel().ToStdString());
|
||||||
m_comboBox_cali_result->SetSelection(index);
|
m_comboBox_cali_result->SetSelection(cali_select_idx);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user