mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 09:02:53 +00:00
Bugfixes and improvements in surface detection
This commit is contained in:
8
lib/Slic3r/Line/FacetEdge.pm
Normal file
8
lib/Slic3r/Line/FacetEdge.pm
Normal file
@@ -0,0 +1,8 @@
|
||||
package Slic3r::Line::FacetEdge;
|
||||
use Moo;
|
||||
|
||||
extends 'Slic3r::Line';
|
||||
|
||||
has 'edge_type' => (is => 'ro'); # top/bottom
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user