From d3d48e98955303181cd228729fd88a4cc0cedf50 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Wed, 12 Apr 2023 16:17:28 +0200 Subject: [PATCH] Fixed long standing bug in elephant foot compensation of holes. --- src/libslic3r/ClipperUtils.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/libslic3r/ClipperUtils.cpp b/src/libslic3r/ClipperUtils.cpp index ed76fc66a..9dfee3813 100644 --- a/src/libslic3r/ClipperUtils.cpp +++ b/src/libslic3r/ClipperUtils.cpp @@ -1317,8 +1317,12 @@ ExPolygons variable_offset_inner_ex(const ExPolygon &expoly, const std::vector 0.);