Reverse perimeter order for holes. #214
This commit is contained in:
parent
da43cd70b2
commit
710275f7c0
@ -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');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user