mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 13:04:03 -06:00
Bugfix: fatal error and warnings removed when cleaning some dirty layers
This commit is contained in:
parent
00c6287488
commit
debdd164e2
3 changed files with 3 additions and 2 deletions
|
@ -166,7 +166,7 @@ sub make_loops {
|
|||
pop @points;
|
||||
Slic3r::debugf " Discovered polygon of %d points\n", scalar(@points);
|
||||
push @polygons, Slic3r::Polygon->new(@points);
|
||||
$polygons[-1]->cleanup;
|
||||
pop @polygons if !$polygons[-1]->cleanup;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue