From 4ea2fc14822037460901f5887dcb0450e373ecf4 Mon Sep 17 00:00:00 2001 From: remi durand Date: Mon, 14 Jun 2021 00:36:37 +0200 Subject: [PATCH] fix negative area from elephant foot reduction assert was screaming, with reason. --- src/libslic3r/ClipperUtils.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/libslic3r/ClipperUtils.cpp b/src/libslic3r/ClipperUtils.cpp index 1502834c3..5b47e7a98 100644 --- a/src/libslic3r/ClipperUtils.cpp +++ b/src/libslic3r/ClipperUtils.cpp @@ -1228,6 +1228,11 @@ ExPolygons variable_offset_inner_ex(const ExPolygon &expoly, const std::vector 0.);