mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
6 lines
90 B
Perl
6 lines
90 B
Perl
package Slic3r::Line::FacetEdge::Bottom;
|
|
use Moo;
|
|
|
|
extends 'Slic3r::Line::FacetEdge';
|
|
|
|
1;
|