mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
Fix a typo error in preset
Change-Id: Idb3f872d226c9ff841751915eae608ded25676c7
This commit is contained in:
parent
038a04175a
commit
83a9459837
1 changed files with 1 additions and 1 deletions
|
@ -1394,7 +1394,7 @@ bool PresetCollection::load_user_preset(std::string name, std::map<std::string,
|
|||
|
||||
//filament_id
|
||||
std::string cloud_filament_id;
|
||||
if ((m_type == Preset::TYPE_FILAMENT) && preset_values.find(BBL_JSON_KEY_FILAMENT_ID) == preset_values.end()) {
|
||||
if ((m_type == Preset::TYPE_FILAMENT) && preset_values.find(BBL_JSON_KEY_FILAMENT_ID) != preset_values.end()) {
|
||||
cloud_filament_id = preset_values[BBL_JSON_KEY_FILAMENT_ID];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue