mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
5 lines
73 B
Perl
5 lines
73 B
Perl
package Slic3r::ExtrusionPath::Collection;
|
|
use strict;
|
|
use warnings;
|
|
|
|
1;
|