mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Make tests pass
This commit is contained in:
		
							parent
							
								
									a2cbb261cb
								
							
						
					
					
						commit
						07b9b12475
					
				
					 16 changed files with 159 additions and 82 deletions
				
			
		|  | @ -40,8 +40,7 @@ sub new_from_config { | |||
|         use_relative_e_distances => $config->use_relative_e_distances, | ||||
|     ); | ||||
|     foreach my $opt_key (@{&OPTIONS}) { | ||||
|         my $value = $config->get($opt_key); | ||||
|         $conf{$opt_key} = $value->[$extruder_id] // $value->[0]; | ||||
|         $conf{$opt_key} = $config->get_at($opt_key, $extruder_id); | ||||
|     } | ||||
|     return $class->new(%conf); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci