mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Apply printer model / variant preferences when loading presets
This commit is contained in:
parent
57e47a3296
commit
e53949f2c8
17 changed files with 218 additions and 64 deletions
|
@ -646,7 +646,11 @@ sub config_wizard {
|
|||
|
||||
|
||||
# TODO: Offer "reset user profile"
|
||||
Slic3r::GUI::open_config_wizard();
|
||||
Slic3r::GUI::open_config_wizard(wxTheApp->{preset_bundle});
|
||||
# Load the currently selected preset into the GUI, update the preset selection box.
|
||||
foreach my $tab (values %{$self->{options_tabs}}) { # XXX: only if not cancelled?
|
||||
$tab->load_current_preset;
|
||||
}
|
||||
return;
|
||||
|
||||
# Enumerate the profiles bundled with the Slic3r installation under resources/profiles.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue