mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Fixed regression causing random loss of infill because of corrupt thin polygons returned by Clipper. #2539
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user