mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
6 lines
75 B
Perl
6 lines
75 B
Perl
package Slic3r::ExtrusionPath;
|
|
use Moose;
|
|
|
|
extends 'Slic3r::Polyline';
|
|
|
|
1;
|