mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06: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;
 | 
