mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00: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