From af46db320f820cc68e692cccf2f83890f4ee1596 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 13 Mar 2017 11:39:17 +0100 Subject: [PATCH] Make adhesion between brim and object weaker for easier removal. #2230 --- xs/src/libslic3r/Print.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/src/libslic3r/Print.cpp b/xs/src/libslic3r/Print.cpp index 4ad4e41368..85035340ed 100644 --- a/xs/src/libslic3r/Print.cpp +++ b/xs/src/libslic3r/Print.cpp @@ -836,7 +836,7 @@ Print::_make_brim() // perimeters because here we're offsetting outwards) append_to(loops, offset2( islands, - flow.scaled_spacing() * (i + 0.5), + flow.scaled_width() + flow.scaled_spacing() * (i - 1.0 + 0.5), flow.scaled_spacing() * -1.0, 100000, ClipperLib::jtSquare