mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-03 17:25:01 +08: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;
|