mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Infill is now overlapped with perimeters by 15%. #19
This commit is contained in:
@@ -51,6 +51,7 @@ sub make_perimeter {
|
||||
|
||||
# create one more offset to be used as boundary for fill
|
||||
{
|
||||
$distance -= $Slic3r::flow_width * $Slic3r::perimeter_infill_overlap_ratio / $Slic3r::resolution;
|
||||
my @fill_surfaces = map Slic3r::Surface->cast_from_expolygon
|
||||
($_, surface_type => $surface->surface_type),
|
||||
map $_->offset(-$distance), @last_offsets;
|
||||
|
||||
Reference in New Issue
Block a user