mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
Use a more robust parallelism detection
This commit is contained in:
parent
fce669dea0
commit
0a88492fdc
5 changed files with 45 additions and 2 deletions
|
@ -247,7 +247,7 @@ sub unsupported_edges {
|
|||
|
||||
# split into individual segments and filter out edges parallel to the bridging angle
|
||||
@$unsupported = map $_->as_polyline,
|
||||
grep { abs($_->direction - $angle) < epsilon }
|
||||
grep $_->parallel_to($angle),
|
||||
map @{$_->lines},
|
||||
@$unsupported;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue