mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 14:22:43 -07:00
Fixed loading of configuration files after reverting to a snapshot
storing the old configuration format.
This commit is contained in:
@@ -210,6 +210,10 @@ std::string PresetBundle::load_system_presets()
|
||||
errors_cummulative += "\n";
|
||||
}
|
||||
}
|
||||
if (first) {
|
||||
// No config bundle loaded, reset.
|
||||
this->reset(false);
|
||||
}
|
||||
return errors_cummulative;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user