mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Reverse perimeter order for holes. #214
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user