mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 04:02:52 -06:00 
			
		
		
		
	Bugfix: configuration wizard led to crash with simple mode. #1077
This commit is contained in:
		
							parent
							
								
									88e70a59c7
								
							
						
					
					
						commit
						b725847a51
					
				
					 1 changed files with 3 additions and 1 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
	
	 Alessandro Ranellucci
						Alessandro Ranellucci