mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 13:34:05 -06:00
New faster algorithm for filling gaps, while we work on a new medial axis implementation
This commit is contained in:
parent
19e77a28a1
commit
6beaf5e597
2 changed files with 49 additions and 20 deletions
|
@ -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 ],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue