mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
Check missing compatible_printers
error
This commit is contained in:
parent
ab5aeb49d2
commit
99a0facfb3
3 changed files with 22 additions and 6 deletions
|
@ -1174,6 +1174,7 @@ void PresetCollection::load_presets(
|
|||
<< "Error in a preset file: The preset \"" << preset.file
|
||||
<< "\" contains the following incorrect keys: " << incorrect_keys << ", which were removed";
|
||||
}
|
||||
|
||||
preset.loaded = true;
|
||||
//BBS: add some workaround for previous incorrect settings
|
||||
if ((!preset.setting_id.empty())&&(preset.setting_id == preset.base_id))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue