mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 17:12:07 +00:00
9 lines
150 B
Perl
9 lines
150 B
Perl
package Slic3r::Fill::Line;
|
|
use Moo;
|
|
|
|
extends 'Slic3r::Fill::Rectilinear';
|
|
|
|
# Sorry for breaking OOP, but Line is implemented inside Rectilinear.
|
|
|
|
1;
|