mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Merge branch 'master' into clipper-optimizations
This commit is contained in:
@@ -243,7 +243,9 @@ sub config_wizard {
|
||||
|
||||
return unless $self->check_unsaved_changes;
|
||||
if (my $config = Slic3r::GUI::ConfigWizard->new($self)->run) {
|
||||
$_->select_default_preset for values %{$self->{options_tabs}};
|
||||
if ($self->{mode} eq 'expert') {
|
||||
$_->select_default_preset for values %{$self->{options_tabs}};
|
||||
}
|
||||
$self->load_config($config);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user