mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Make tests happy
This commit is contained in:
		
							parent
							
								
									9a7e5327ab
								
							
						
					
					
						commit
						d1243397fa
					
				
					 3 changed files with 4 additions and 2 deletions
				
			
		
							
								
								
									
										3
									
								
								t/flow.t
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								t/flow.t
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -34,7 +34,8 @@ use Slic3r::Test;
 | 
			
		|||
        }
 | 
			
		||||
    });
 | 
			
		||||
    my $E_per_mm_avg = sum(@E_per_mm) / @E_per_mm;
 | 
			
		||||
    ok !(defined first { abs($_ - $E_per_mm_avg) > 0.01 } @E_per_mm),
 | 
			
		||||
    # allow some tolerance because solid rectilinear infill might be adjusted/stretched
 | 
			
		||||
    ok !(defined first { abs($_ - $E_per_mm_avg) > 0.015 } @E_per_mm),
 | 
			
		||||
        'first_layer_extrusion_width applies to everything on first layer';
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue