mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
| package Slic3r::Fill::ArchimedeanChords;
 | |
| use Moo;
 | |
| 
 | |
| extends 'Slic3r::Fill::PlanePath';
 | |
| use Math::PlanePath::ArchimedeanChords;
 | |
| 
 | |
| 1;
 | 
