mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-25 10:15:50 +00:00
Bugfixes and improvements in surface detection
This commit is contained in:
@@ -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