mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Fix typo causing regression in island ordering. #1211
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user