mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Bugfix: sometimes a tiny gap was left between infill and perimeters. Includes regression test. #1803
This commit is contained in:
@@ -112,6 +112,7 @@ sub make_perimeters {
|
||||
my $diff = diff_ex(
|
||||
offset(\@last, -0.5*$pspacing),
|
||||
offset(\@offsets, +0.5*$pspacing),
|
||||
1,
|
||||
);
|
||||
push @gaps, @last_gaps = grep abs($_->area) >= $gap_area_threshold, @$diff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user