mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue