mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 06:51:45 +08: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;
|