mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 06:11:51 +08:00
7 lines
90 B
Perl
7 lines
90 B
Perl
package Slic3r::Line::FacetEdge::Bottom;
|
|
use Moo;
|
|
|
|
extends 'Slic3r::Line::FacetEdge';
|
|
|
|
1;
|