mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
8 lines
150 B
Perl
8 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;
|