Fix of a selection of default print / filament / sla print / sla material

profile after wizard closes for the first time with the first printer
installed.
This commit is contained in:
Vojtech Bubnik 2021-02-08 15:56:32 +01:00
parent a94de05499
commit 1f5b7fc162
2 changed files with 28 additions and 16 deletions

View file

@ -26,8 +26,7 @@ public:
// Load ini files of all types (print, filament, printer) from Slic3r::data_dir() / presets.
// Load selections (current print, current filaments, current printer) from config.ini
// This is done just once on application start up.
void load_presets(AppConfig &config, const std::string &preferred_model_id = "");
void load_presets(AppConfig &config, const std::string &preferred_model_id = std::string());
// Export selections (current print, current filaments, current printer) into config.ini
void export_selections(AppConfig &config);