mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Rectilinear fill
This commit is contained in:
6
lib/Slic3r/Fill.pm
Normal file
6
lib/Slic3r/Fill.pm
Normal file
@@ -0,0 +1,6 @@
|
||||
package Slic3r::Fill;
|
||||
use Moose;
|
||||
|
||||
use Slic3r::Fill::Rectilinear;
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user