mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
9 lines
119 B
Perl
9 lines
119 B
Perl
package Slic3r::Line::FacetEdge;
|
|
use Moo;
|
|
|
|
extends 'Slic3r::Line';
|
|
|
|
has 'edge_type' => (is => 'ro'); # top/bottom
|
|
|
|
1;
|