mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
Fix regression introduced with f2e1fe5241
This commit is contained in:
parent
9ac92facdd
commit
c3fc6ee66b
4 changed files with 10 additions and 13 deletions
|
|
@ -115,7 +115,6 @@ 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