mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Merge branch 'master' into clipper-optimizations
This commit is contained in:
commit
b160feacfd
17 changed files with 195 additions and 123 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue