mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 12:41:18 -07: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;
 |