mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-21 12:08:20 +08:00
7 lines
75 B
Perl
7 lines
75 B
Perl
package Slic3r::ExtrusionPath;
|
|
use Moose;
|
|
|
|
extends 'Slic3r::Polyline';
|
|
|
|
1;
|