mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 19:39:05 +08:00
Bugfix: artifacts near walls. #1049
This commit is contained in:
parent
5dd5fd295e
commit
0b81911cff
@ -593,6 +593,7 @@ sub discover_horizontal_shells {
|
||||
my $too_narrow = diff_ex(
|
||||
[ map @$_, @$new_internal_solid ],
|
||||
[ offset([ offset([ map @$_, @$new_internal_solid ], -$margin) ], +$margin) ],
|
||||
1,
|
||||
);
|
||||
|
||||
# if some parts are going to collapse, let's grow them and add the extra area to the neighbor layer
|
||||
|
Loading…
x
Reference in New Issue
Block a user