mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fix a numerical issue causing failure to detect some bridge anchors
This commit is contained in:
@@ -525,6 +525,8 @@ sub _detect_bridges {
|
|||||||
my $anchors = intersection_ex(
|
my $anchors = intersection_ex(
|
||||||
[ $surface->p ],
|
[ $surface->p ],
|
||||||
[ map @$_, @lower ],
|
[ map @$_, @lower ],
|
||||||
|
undef,
|
||||||
|
1, # safety offset required to avoid Clipper from detecting empty intersection while Boost actually found some @edges
|
||||||
);
|
);
|
||||||
|
|
||||||
# we'll now try several directions using a rudimentary visibility check:
|
# we'll now try several directions using a rudimentary visibility check:
|
||||||
|
|||||||
Reference in New Issue
Block a user