mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fill gaps using medial axis detection
This commit is contained in:
@@ -34,6 +34,10 @@ has 'thin_walls' => (is => 'ro', default => sub { [] });
|
||||
# they represent boundaries of areas to fill
|
||||
has 'fill_boundaries' => (is => 'ro', default => sub { [] });
|
||||
|
||||
# collection of polygons or polylines representing thin infill regions that
|
||||
# need to be filled with a medial axis
|
||||
has 'thin_fills' => (is => 'ro', default => sub { [] });
|
||||
|
||||
# collection of surfaces generated by clipping the slices to the fill boundaries
|
||||
has 'surfaces' => (
|
||||
is => 'rw',
|
||||
|
||||
Reference in New Issue
Block a user