diff --git a/lib/Slic3r/Layer/Region.pm b/lib/Slic3r/Layer/Region.pm index 870fb68f3..6d1d4745e 100644 --- a/lib/Slic3r/Layer/Region.pm +++ b/lib/Slic3r/Layer/Region.pm @@ -525,6 +525,8 @@ sub _detect_bridges { my $anchors = intersection_ex( [ $surface->p ], [ 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: