mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Always use rectilinear infill for internal-solid surfaces
This commit is contained in:
		
							parent
							
								
									8e06a4f6f2
								
							
						
					
					
						commit
						172253cfd7
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -98,6 +98,8 @@ sub make_fill {
 | 
			
		|||
            if ($is_bridge) {
 | 
			
		||||
                $filler = 'rectilinear';
 | 
			
		||||
                $flow_width = sqrt($Slic3r::bridge_flow_ratio * ($Slic3r::nozzle_diameter**2));
 | 
			
		||||
            } elsif ($surface->surface_type eq 'internal-solid') {
 | 
			
		||||
                $filler = 'rectilinear';
 | 
			
		||||
            }
 | 
			
		||||
        } else {
 | 
			
		||||
            next SURFACE unless $density > 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue