mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Use a more robust parallelism detection
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user