mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Bugfix: artifacts near walls. #1049
This commit is contained in:
@@ -593,6 +593,7 @@ sub discover_horizontal_shells {
|
|||||||
my $too_narrow = diff_ex(
|
my $too_narrow = diff_ex(
|
||||||
[ map @$_, @$new_internal_solid ],
|
[ map @$_, @$new_internal_solid ],
|
||||||
[ offset([ offset([ map @$_, @$new_internal_solid ], -$margin) ], +$margin) ],
|
[ 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
|
# if some parts are going to collapse, let's grow them and add the extra area to the neighbor layer
|
||||||
|
|||||||
Reference in New Issue
Block a user