mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Bugfix: fatal error and warnings removed when cleaning some dirty layers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user