mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
8 lines
130 B
Perl
8 lines
130 B
Perl
package Slic3r::Fill::ArchimedeanChords;
|
|
use Moo;
|
|
|
|
extends 'Slic3r::Fill::PlanePath';
|
|
use Math::PlanePath::ArchimedeanChords;
|
|
|
|
1;
|