Do hole perimeters in ccw direction too
This commit is contained in:
parent
b6bffacb9d
commit
f2e1fe5241
2 changed files with 6 additions and 0 deletions
|
@ -115,6 +115,7 @@ sub make_perimeter {
|
|||
}
|
||||
|
||||
foreach my $hole (@holes) {
|
||||
$hole->reverse;
|
||||
push @{ $layer->perimeters }, Slic3r::ExtrusionLoop->new(polygon => $hole, role => 'perimeter');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue