From add2895f38df40f79ff06552a179a3a88f3bf5e7 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Mon, 30 Oct 2017 16:17:35 -0500 Subject: [PATCH] Commit workaround for #4174 to push brim slightly closer to model. --- 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 5531bd4c7..96f522152 100644 --- a/xs/src/libslic3r/Print.cpp +++ b/xs/src/libslic3r/Print.cpp @@ -860,7 +860,7 @@ Print::_make_brim() append_to(loops, offset2( islands, flow.scaled_width() + flow.scaled_spacing() * (i - 1.5 + 0.5), - flow.scaled_spacing() * -0.5, + flow.scaled_spacing() * -0.525, // WORKAROUND for brim placement, original 0.5 leaves too much of a gap. 100000, ClipperLib::jtSquare ));