mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 09:02:53 +00: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/ArchimedeanChords.pm
Normal file
7
lib/Slic3r/Fill/ArchimedeanChords.pm
Normal file
@@ -0,0 +1,7 @@
|
||||
package Slic3r::Fill::ArchimedeanChords;
|
||||
use Moo;
|
||||
|
||||
extends 'Slic3r::Fill::PlanePath';
|
||||
use Math::PlanePath::ArchimedeanChords;
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user