1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

Reverse perimeter order for holes. #214

This commit is contained in:
Alessandro Ranellucci
2012-05-01 15:33:24 +02:00
parent da43cd70b2
commit 710275f7c0
+1 -1
View File
@@ -276,7 +276,7 @@ sub make_perimeters {
}
}
foreach my $hole (@holes) {
foreach my $hole (reverse @holes) {
push @{ $self->perimeters }, Slic3r::ExtrusionLoop->new(polygon => $hole, role => 'perimeter');
}