mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Support material
This commit is contained in:
@@ -66,10 +66,16 @@ has 'skirts' => (
|
||||
default => sub { [] },
|
||||
);
|
||||
|
||||
# ordered collection of extrusion paths to fill surfaces for support material
|
||||
has 'support_fills' => (
|
||||
is => 'rw',
|
||||
#isa => 'Slic3r::ExtrusionPath::Collection',
|
||||
);
|
||||
|
||||
# ordered collection of extrusion paths to fill surfaces
|
||||
has 'fills' => (
|
||||
is => 'rw',
|
||||
#isa => 'ArrayRef[Slic3r::ExtrusionPath]',
|
||||
#isa => 'ArrayRef[Slic3r::ExtrusionPath::Collection]',
|
||||
default => sub { [] },
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user