mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-08 18:44:35 +03:00
Bugfix: some bridges were not detected correctly. #57
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user