mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-02 08:45:01 +08:00
7 lines
67 B
Perl
7 lines
67 B
Perl
package Slic3r::Fill;
|
|
use Moo;
|
|
|
|
use Slic3r::Fill::Rectilinear;
|
|
|
|
1;
|