mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-10-07 02:26:32 +08:00
7 lines
75 B
Perl
7 lines
75 B
Perl
package Slic3r::ExtrusionPath;
|
|
use Moose;
|
|
|
|
extends 'Slic3r::Polyline';
|
|
|
|
1;
|