mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Fix bug in regression infill causing bad clipping at very low layer heights. Includes regression test. #1669
This commit is contained in:
parent
b43ead06fe
commit
26f0fab27a
2 changed files with 30 additions and 5 deletions
|
@ -59,7 +59,7 @@ sub fill_surface {
|
|||
# not perfectly straight
|
||||
my @polylines = map Slic3r::Polyline->new(@$_),
|
||||
@{ Boost::Geometry::Utils::multi_polygon_multi_linestring_intersection(
|
||||
[ map $_->pp, @{$expolygon->offset_ex($line_spacing*0.05)} ],
|
||||
[ map $_->pp, @{$expolygon->offset_ex(scaled_epsilon * 100)} ],
|
||||
[ @vertical_lines ],
|
||||
) };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue