mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Fix typo causing regression in island ordering. #1211
This commit is contained in:
parent
c95245f143
commit
09b81ad027
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ sub make_perimeters {
|
|||
)};
|
||||
|
||||
my @loops = ();
|
||||
foreach my $polynode (@$polynodes) {
|
||||
foreach my $polynode (@nodes) {
|
||||
push @loops, $traverse->($polynode->{children}, $depth+1, $is_contour);
|
||||
|
||||
my $role = EXTR_ROLE_PERIMETER;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue