mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-09 21:07:04 -06:00
FIX: pa default item add filament_id
jira: none Change-Id: Icfc24390e62cc1eca7e670311dc88502cea16fd7 (cherry picked from commit fb72d19a44d3b916920373acb7dd359282c1b750)
This commit is contained in:
parent
3682cbe45f
commit
ad0f9b5e5a
1 changed files with 1 additions and 0 deletions
|
|
@ -1241,6 +1241,7 @@ void AMSMaterialsSetting::on_select_filament(wxCommandEvent &evt)
|
|||
// add default item
|
||||
PACalibResult default_item;
|
||||
default_item.cali_idx = -1;
|
||||
default_item.filament_id = ams_filament_id;
|
||||
get_default_k_n_value(ams_filament_id, default_item.k_value, default_item.n_coef);
|
||||
m_pa_profile_items.emplace_back(default_item);
|
||||
items.push_back(_L("Default"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue