mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
7 lines
75 B
Perl
7 lines
75 B
Perl
package Slic3r::ExtrusionPath;
|
|
use Moose;
|
|
|
|
extends 'Slic3r::Polyline';
|
|
|
|
1;
|