mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Only apply perimeter/infill overlap to the endpoints of rectilinear infill (and do that in a more proper way)
This commit is contained in:
		
							parent
							
								
									3ee0fc5b1c
								
							
						
					
					
						commit
						04aa240265
					
				
					 5 changed files with 19 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -1009,7 +1009,7 @@ sub combine_infill {
 | 
			
		|||
                     # Because fill areas for rectilinear and honeycomb are grown 
 | 
			
		||||
                     # later to overlap perimeters, we need to counteract that too.
 | 
			
		||||
                     + (($type == S_TYPE_INTERNALSOLID || $region->config->fill_pattern =~ /(rectilinear|honeycomb)/)
 | 
			
		||||
                       ? $layerms[-1]->flow(FLOW_ROLE_SOLID_INFILL)->scaled_width * &Slic3r::INFILL_OVERLAP_OVER_SPACING
 | 
			
		||||
                       ? $layerms[-1]->flow(FLOW_ROLE_SOLID_INFILL)->scaled_width
 | 
			
		||||
                       : 0)
 | 
			
		||||
                     )}, @$intersection;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue