mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
New faster algorithm for filling gaps, while we work on a new medial axis implementation
This commit is contained in:
@@ -58,7 +58,7 @@ sub fill_surface {
|
||||
}
|
||||
|
||||
# connect lines
|
||||
{
|
||||
unless ($params{dont_connect}) {
|
||||
my $collection = Slic3r::ExtrusionPath::Collection->new(
|
||||
paths => [ map Slic3r::ExtrusionPath->new(polyline => Slic3r::Polyline->new(@$_), role => -1), @paths ],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user