mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
7 lines
87 B
Perl
7 lines
87 B
Perl
package Slic3r::Line::FacetEdge::Top;
|
|
use Moo;
|
|
|
|
extends 'Slic3r::Line::FacetEdge';
|
|
|
|
1;
|