mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
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:
parent
a94de05499
commit
1f5b7fc162
2 changed files with 28 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue