mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Bugfix: 3D honeycomb didn't honor Infill every layers. #2194
This commit is contained in:
		
							parent
							
								
									f260373336
								
							
						
					
					
						commit
						703ca8b413
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -23,7 +23,7 @@ sub fill_surface {
 | 
			
		|||
            $distance,
 | 
			
		||||
            ceil($size->x / $distance),
 | 
			
		||||
            ceil($size->y / $distance),  #//
 | 
			
		||||
            ($self->layer_id % 2) + 1,
 | 
			
		||||
            (($self->layer_id / $surface->thickness_layers) % 2) + 1,
 | 
			
		||||
        );
 | 
			
		||||
    
 | 
			
		||||
    # move pattern in place
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue