mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 18:31:46 +08:00
7 lines
73 B
Perl
7 lines
73 B
Perl
package Slic3r::ExtrusionPath;
|
|
use Moo;
|
|
|
|
extends 'Slic3r::Polyline';
|
|
|
|
1;
|