Commit workaround for #4174 to push brim slightly closer to model.

This commit is contained in:
Joseph Lenox 2017-10-30 16:17:35 -05:00
parent 5499674137
commit add2895f38

View File

@ -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
));