mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 06:30:40 +08:00
Commit workaround for #4174 to push brim slightly closer to model.
This commit is contained in:
parent
5499674137
commit
add2895f38
@ -860,7 +860,7 @@ Print::_make_brim()
|
|||||||
append_to(loops, offset2(
|
append_to(loops, offset2(
|
||||||
islands,
|
islands,
|
||||||
flow.scaled_width() + flow.scaled_spacing() * (i - 1.5 + 0.5),
|
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,
|
100000,
|
||||||
ClipperLib::jtSquare
|
ClipperLib::jtSquare
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user