mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			119 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			119 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
package Slic3r::Line::FacetEdge;
 | 
						|
use Moo;
 | 
						|
 | 
						|
extends 'Slic3r::Line';
 | 
						|
 | 
						|
has 'edge_type' => (is => 'ro');  # top/bottom
 | 
						|
 | 
						|
1;
 |