mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-03 01:05:14 +08:00
Fixed regression causing random loss of infill because of corrupt thin polygons returned by Clipper. #2539
This commit is contained in:
parent
9ad5d9bb3d
commit
fe4f79ba90
@ -578,6 +578,7 @@ sub detect_surfaces_type {
|
|||||||
my $diff = diff(
|
my $diff = diff(
|
||||||
[ map @$_, @$subject ],
|
[ map @$_, @$subject ],
|
||||||
[ map @$_, @$clip ],
|
[ map @$_, @$clip ],
|
||||||
|
1,
|
||||||
);
|
);
|
||||||
|
|
||||||
# collapse very narrow parts (using the safety offset in the diff is not enough)
|
# collapse very narrow parts (using the safety offset in the diff is not enough)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user