mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
Bugfix: some bridges were not detected correctly. #57
This commit is contained in:
parent
52270d6b95
commit
b03afc7f1c
6 changed files with 87 additions and 59 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue