mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
Implemented a new "line" fill pattern. #20
This commit is contained in:
parent
d47a7bebbc
commit
86f3e4fcd2
4 changed files with 21 additions and 3 deletions
|
|
@ -5,6 +5,7 @@ use Slic3r::Fill::ArchimedeanChords;
|
|||
use Slic3r::Fill::Base;
|
||||
use Slic3r::Fill::Flowsnake;
|
||||
use Slic3r::Fill::HilbertCurve;
|
||||
use Slic3r::Fill::Line;
|
||||
use Slic3r::Fill::OctagramSpiral;
|
||||
use Slic3r::Fill::Rectilinear;
|
||||
use Slic3r::Fill::Rectilinear2;
|
||||
|
|
@ -22,6 +23,7 @@ our %FillTypes = (
|
|||
flowsnake => 'Slic3r::Fill::Flowsnake',
|
||||
octagramspiral => 'Slic3r::Fill::OctagramSpiral',
|
||||
hilbertcurve => 'Slic3r::Fill::HilbertCurve',
|
||||
line => 'Slic3r::Fill::Line',
|
||||
);
|
||||
|
||||
sub BUILD {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue