mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-19 17:14:28 +08:00
Fix typo causing regression in island ordering. #1211
This commit is contained in:
parent
c95245f143
commit
09b81ad027
@ -247,7 +247,7 @@ sub make_perimeters {
|
|||||||
)};
|
)};
|
||||||
|
|
||||||
my @loops = ();
|
my @loops = ();
|
||||||
foreach my $polynode (@$polynodes) {
|
foreach my $polynode (@nodes) {
|
||||||
push @loops, $traverse->($polynode->{children}, $depth+1, $is_contour);
|
push @loops, $traverse->($polynode->{children}, $depth+1, $is_contour);
|
||||||
|
|
||||||
my $role = EXTR_ROLE_PERIMETER;
|
my $role = EXTR_ROLE_PERIMETER;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user