Files
OrcaSlicer-bambulab/lib/Slic3r/Fill/Line.pm
T

9 lines
150 B
Perl
Raw Normal View History

2011-11-14 10:31:07 +01:00
package Slic3r::Fill::Line;
use Moo;
extends 'Slic3r::Fill::Rectilinear';
# Sorry for breaking OOP, but Line is implemented inside Rectilinear.
1;