mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 21:06:09 +08:00
Make adhesion between brim and object weaker for easier removal. #2230
This commit is contained in:
parent
6e4270286e
commit
af46db320f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user