PrusaSlicer-NonPlainar/lib/Slic3r/Fill/Line.pm

9 lines
150 B
Perl
Raw Normal View History

package Slic3r::Fill::Line;
use Moo;
extends 'Slic3r::Fill::Rectilinear';
# Sorry for breaking OOP, but Line is implemented inside Rectilinear.
1;