mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-06 05:42:59 -04:00
7 lines
75 B
Perl
7 lines
75 B
Perl
package Slic3r::ExtrusionPath;
|
|
use Moose;
|
|
|
|
extends 'Slic3r::Polyline';
|
|
|
|
1;
|