mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Initialize support material interface extruder explicitely. #1364
This commit is contained in:
		
							parent
							
								
									415a2d165a
								
							
						
					
					
						commit
						6ddeb2fa07
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -228,7 +228,7 @@ sub init_extruders { | |||
|     # initialize all extruder(s) we need | ||||
|     my @used_extruders = ( | ||||
|         0, | ||||
|         (map $self->config->get("${_}_extruder")-1, qw(perimeter infill support_material)), | ||||
|         (map $self->config->get("${_}_extruder")-1, qw(perimeter infill support_material support_material_interface)), | ||||
|         (values %extruder_mapping), | ||||
|     ); | ||||
|     for my $extruder_id (keys %{{ map {$_ => 1} @used_extruders }}) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci