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