1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-23 10:04:26 +00:00

Bugfix: some bridges were not detected correctly. #57

This commit is contained in:
Alessandro Ranellucci
2011-11-30 20:32:28 +01:00
parent 52270d6b95
commit b03afc7f1c
6 changed files with 87 additions and 59 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ sub make_loops {
}
}
my $sparse_lines = [ map $_->line, @lines ];
my $sparse_lines = [ map $_->line, grep $_, @lines ];
# detect closed loops
if (0) {