Fixed conversion of installed presets from PrusaSlicer 2.1.1 to 2.2.0

This commit is contained in:
bubnikv 2020-03-14 20:18:31 +01:00
parent a3ded8fa95
commit 7f3ac39757
3 changed files with 33 additions and 20 deletions

View file

@ -146,6 +146,8 @@ private:
std::string load_system_presets();
// Merge one vendor's presets with the other vendor's presets, report duplicates.
std::vector<std::string> merge_presets(PresetBundle &&other);
// Update renamed_from and alias maps of system profiles.
void update_system_maps();
// Set the is_visible flag for filaments and sla materials,
// apply defaults based on enabled printers when no filaments/materials are installed.