mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Fixed selection of sensible active print / filament / printer profile
after the initial wizard run.
This commit is contained in:
parent
1969a8b2c1
commit
e680658cf5
4 changed files with 22 additions and 0 deletions
|
@ -73,6 +73,11 @@ public:
|
|||
std::string get_last_output_dir(const std::string &alt) const;
|
||||
void update_last_output_dir(const std::string &dir);
|
||||
|
||||
// reset the current print / filament / printer selections, so that
|
||||
// the PresetBundle::load_selections(const AppConfig &config) call will select
|
||||
// the first non-default preset when called.
|
||||
void reset_selections();
|
||||
|
||||
// Get the default config path from Slic3r::data_dir().
|
||||
static std::string config_path();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue