mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
New fill types (hilbertcurve, archimedeanchords, octagramspiral) and ability to use different patterns for solid layers. #20
This commit is contained in:
7
lib/Slic3r/Fill/HilbertCurve.pm
Normal file
7
lib/Slic3r/Fill/HilbertCurve.pm
Normal file
@@ -0,0 +1,7 @@
|
||||
package Slic3r::Fill::HilbertCurve;
|
||||
use Moo;
|
||||
|
||||
extends 'Slic3r::Fill::PlanePath';
|
||||
use Math::PlanePath::HilbertCurve;
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user