mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
Bugfix: some holes were filled. #291
This commit is contained in:
parent
f380b1007d
commit
0afb5ad9dd
5 changed files with 21 additions and 19 deletions
|
@ -245,8 +245,10 @@ sub make_loops {
|
|||
$line = $next_line;
|
||||
} while ($first_facet_index != $line->facet_index);
|
||||
|
||||
Slic3r::debugf " Discovered polygon of %d points\n", scalar(@points);
|
||||
push @polygons, Slic3r::Polygon->new(@points);
|
||||
Slic3r::debugf " Discovered %s polygon of %d points\n",
|
||||
($polygons[-1]->is_counter_clockwise ? 'ccw' : 'cw'), scalar(@points)
|
||||
if $Slic3r::debug;
|
||||
pop @polygons if !$polygons[-1]->cleanup;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue