mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Disable test until Clipper bug 96 is fixed #2028
This commit is contained in:
		
							parent
							
								
									ed58f35fe5
								
							
						
					
					
						commit
						3df2488eca
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -4,7 +4,7 @@ use strict; | ||||||
| use warnings; | use warnings; | ||||||
| 
 | 
 | ||||||
| use Slic3r::XS; | use Slic3r::XS; | ||||||
| use Test::More tests => 19; | use Test::More tests => 18; | ||||||
| 
 | 
 | ||||||
| my $square = Slic3r::Polygon->new(  # ccw | my $square = Slic3r::Polygon->new(  # ccw | ||||||
|     [200, 100], |     [200, 100], | ||||||
|  | @ -155,7 +155,8 @@ if (0) {  # Clipper does not preserve polyline orientation | ||||||
|     } |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| { | # Disabled until Clipper bug #96 (our issue #2028) is fixed | ||||||
|  | if (0) { | ||||||
|     my $subject = Slic3r::Polyline->new( |     my $subject = Slic3r::Polyline->new( | ||||||
|         [44735000,31936670],[55270000,31936670],[55270000,25270000],[74730000,25270000],[74730000,44730000],[68063296,44730000],[68063296,55270000],[74730000,55270000],[74730000,74730000],[55270000,74730000],[55270000,68063296],[44730000,68063296],[44730000,74730000],[25270000,74730000],[25270000,55270000],[31936670,55270000],[31936670,44730000],[25270000,44730000],[25270000,25270000],[44730000,25270000],[44730000,31936670] |         [44735000,31936670],[55270000,31936670],[55270000,25270000],[74730000,25270000],[74730000,44730000],[68063296,44730000],[68063296,55270000],[74730000,55270000],[74730000,74730000],[55270000,74730000],[55270000,68063296],[44730000,68063296],[44730000,74730000],[25270000,74730000],[25270000,55270000],[31936670,55270000],[31936670,44730000],[25270000,44730000],[25270000,25270000],[44730000,25270000],[44730000,31936670] | ||||||
|     ); |     ); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci