mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Infill flow wasn't adjusted for non-solid surfaces
This commit is contained in:
		
							parent
							
								
									3714fbe0f9
								
							
						
					
					
						commit
						96574e601f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -170,7 +170,7 @@ sub make_fill { | ||||||
|                             ? ($surface->surface_type == S_TYPE_TOP ? EXTR_ROLE_TOPSOLIDFILL : EXTR_ROLE_SOLIDFILL) |                             ? ($surface->surface_type == S_TYPE_TOP ? EXTR_ROLE_TOPSOLIDFILL : EXTR_ROLE_SOLIDFILL) | ||||||
|                             : EXTR_ROLE_FILL), |                             : EXTR_ROLE_FILL), | ||||||
|                     depth_layers => $surface->depth_layers, |                     depth_layers => $surface->depth_layers, | ||||||
|                     flow_spacing => $params->{flow_spacing}, |                     flow_spacing => $params->{flow_spacing} || $flow_spacing, | ||||||
|                 ), @paths, |                 ), @paths, | ||||||
|             ], |             ], | ||||||
|         ); |         ); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci