mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	Fix integration of XS containers
This commit is contained in:
		
							parent
							
								
									9b582a11ff
								
							
						
					
					
						commit
						9458c7db97
					
				
					 34 changed files with 279 additions and 152 deletions
				
			
		|  | @ -28,10 +28,10 @@ is $loop->role, Slic3r::ExtrusionPath::EXTR_ROLE_FILL, 'modify role'; | |||
| 
 | ||||
| { | ||||
|     my $path = $loop->split_at_first_point; | ||||
|     is_deeply $path->polyline->pp, $square, 'split_at_first_point'; | ||||
|     is_deeply $path->polyline->pp, [ @$square[0,1,2,3,0] ], 'split_at_first_point'; | ||||
|     is $path->role, $loop->role, 'role preserved after split'; | ||||
|      | ||||
|     is_deeply $loop->split_at_index(2)->polyline->pp, [ @$square[2,3,0,1] ], 'split_at_index'; | ||||
|     is_deeply $loop->split_at_index(2)->polyline->pp, [ @$square[2,3,0,1,2] ], 'split_at_index'; | ||||
| } | ||||
| 
 | ||||
| __END__ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci