FIX: modify the preset name
jira: none Change-Id: I2e09e9874af6aa3108c92d1245f81d2a653c042d
This commit is contained in:
parent
54bbd63891
commit
21df06f985
|
@ -1138,7 +1138,10 @@ void CalibrationPresetPage::check_filament_cali_reliability(const std::vector<Pr
|
|||
continue;
|
||||
|
||||
if (item->filament_id == "GFA11" || item->filament_id == "GFB02") { // PLA Aero, ASA-Aero
|
||||
foam_filaments.insert(item->name);
|
||||
if (item->alias.empty())
|
||||
foam_filaments.insert(item->name);
|
||||
else
|
||||
foam_filaments.insert(item->alias);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue