mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Use solid print speed for internal solid layers too. #167
This commit is contained in:
		
							parent
							
								
									59cd027a68
								
							
						
					
					
						commit
						f419cf37d1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -126,7 +126,7 @@ sub make_fill { | |||
|         my $density         = $Slic3r::fill_density; | ||||
|         my $flow_spacing    = $Slic3r::flow_spacing; | ||||
|         my $is_bridge       = $layer->id > 0 && $surface->surface_type eq 'bottom'; | ||||
|         my $is_solid        = $surface->surface_type =~ /^(top|bottom)$/; | ||||
|         my $is_solid        = $surface->surface_type =~ /^(top|bottom|internal-solid)$/; | ||||
|          | ||||
|         # force 100% density and rectilinear fill for external surfaces | ||||
|         if ($surface->surface_type ne 'internal') { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci