Fix regression introduced with f2e1fe5241
This commit is contained in:
@@ -115,7 +115,6 @@ sub make_perimeter {
|
||||
}
|
||||
|
||||
foreach my $hole (@holes) {
|
||||
$hole->reverse;
|
||||
push @{ $layer->perimeters }, Slic3r::ExtrusionLoop->new(polygon => $hole, role => 'perimeter');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user