mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
First try to convert a user printer profiles to the physical printers
This commit is contained in:
parent
72ec414f1e
commit
3d990a9189
5 changed files with 42 additions and 8 deletions
|
@ -201,6 +201,7 @@ void PresetBundle::load_presets(AppConfig &config, const std::string &preferred_
|
|||
}
|
||||
try {
|
||||
this->physical_printers.load_printers(dir_user_presets, "physical_printer");
|
||||
this->physical_printers.load_printers(this->printers);
|
||||
} catch (const std::runtime_error &err) {
|
||||
errors_cummulative += err.what();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue