mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
7 lines
69 B
Perl
7 lines
69 B
Perl
package Slic3r::Fill;
|
|
use Moose;
|
|
|
|
use Slic3r::Fill::Rectilinear;
|
|
|
|
1;
|