mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 22:14:00 -06:00
Generate boundaries of areas to fill (includes some refactoring)
This commit is contained in:
parent
416ad241ea
commit
428006264d
6 changed files with 82 additions and 24 deletions
6
lib/Slic3r/ExtrusionPath.pm
Normal file
6
lib/Slic3r/ExtrusionPath.pm
Normal file
|
@ -0,0 +1,6 @@
|
|||
package Slic3r::ExtrusionPath;
|
||||
use Moose;
|
||||
|
||||
extends 'Slic3r::Polyline';
|
||||
|
||||
1;
|
Loading…
Add table
Add a link
Reference in a new issue