1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

Generate boundaries of areas to fill (includes some refactoring)

This commit is contained in:
Alessandro Ranellucci
2011-09-04 12:04:01 +02:00
parent 416ad241ea
commit 428006264d
6 changed files with 82 additions and 24 deletions
+6
View File
@@ -0,0 +1,6 @@
package Slic3r::ExtrusionPath;
use Moose;
extends 'Slic3r::Polyline';
1;