mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Bugfix: small surfaces where still infilled even with fill_density = 0
This commit is contained in:
		
							parent
							
								
									ac8a33a40a
								
							
						
					
					
						commit
						468f09d3c1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -245,7 +245,7 @@ sub remove_small_surfaces {
 | 
			
		|||
    
 | 
			
		||||
    # the difference between @surfaces and $self->fill_surfaces
 | 
			
		||||
    # is what's too small; we add it back as solid infill
 | 
			
		||||
    {
 | 
			
		||||
    if ($Slic3r::fill_density > 0) {
 | 
			
		||||
        my $diff = diff_ex(
 | 
			
		||||
            [ map $_->p, @surfaces ],
 | 
			
		||||
            [ map $_->p, @{$self->fill_surfaces} ],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue