diff --git a/lib/Slic3r/Print/Object.pm b/lib/Slic3r/Print/Object.pm index 09f8407f96..dd60a9ec66 100644 --- a/lib/Slic3r/Print/Object.pm +++ b/lib/Slic3r/Print/Object.pm @@ -578,6 +578,7 @@ sub detect_surfaces_type { my $diff = diff( [ map @$_, @$subject ], [ map @$_, @$clip ], + 1, ); # collapse very narrow parts (using the safety offset in the diff is not enough)