mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 04:31:17 -07:00
Implemented skirt
This commit is contained in:
parent
d8b848a67f
commit
ff5044c031
6 changed files with 38 additions and 5 deletions
|
|
@ -46,6 +46,13 @@ has 'perimeters' => (
|
|||
default => sub { [] },
|
||||
);
|
||||
|
||||
# ordered collection of extrusion paths to build skirt loops
|
||||
has 'skirts' => (
|
||||
is => 'rw',
|
||||
isa => 'ArrayRef[Slic3r::ExtrusionPath]',
|
||||
default => sub { [] },
|
||||
);
|
||||
|
||||
# collection of surfaces generated by offsetting the innermost perimeter(s)
|
||||
# they represent boundaries of areas to fill
|
||||
has 'fill_surfaces' => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue