mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 04:02:52 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			150 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			150 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
| package Slic3r::Fill::Line;
 | |
| use Moo;
 | |
| 
 | |
| extends 'Slic3r::Fill::Rectilinear';
 | |
| 
 | |
| # Sorry for breaking OOP, but Line is implemented inside Rectilinear.
 | |
| 
 | |
| 1;
 | 
