mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-07 00:09:06 +08:00
7 lines
87 B
Perl
7 lines
87 B
Perl
package Slic3r::Line::FacetEdge::Top;
|
|
use Moo;
|
|
|
|
extends 'Slic3r::Line::FacetEdge';
|
|
|
|
1;
|