mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Fixed tests after recent fixes to concave_points
This commit is contained in:
		
							parent
							
								
									89ff1a50b2
								
							
						
					
					
						commit
						9bff6ccde7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -191,7 +191,7 @@ my $polygons = [
 | 
			
		|||
#==========================================================
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
    my $square = Slic3r::Polygon->new(
 | 
			
		||||
    my $square = Slic3r::Polygon->new_scale(
 | 
			
		||||
        [150,100],
 | 
			
		||||
        [200,100],
 | 
			
		||||
        [200,200],
 | 
			
		||||
| 
						 | 
				
			
			@ -203,7 +203,7 @@ my $polygons = [
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
    my $square = Slic3r::Polygon->new(
 | 
			
		||||
    my $square = Slic3r::Polygon->new_scale(
 | 
			
		||||
        [200,200],
 | 
			
		||||
        [100,200],
 | 
			
		||||
        [100,100],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue