mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fix honeycomb infill overlap with perimeters
This commit is contained in:
@@ -101,7 +101,7 @@ sub make_fill {
|
||||
# add spacing between surfaces
|
||||
{
|
||||
my $distance = $layerm->solid_infill_flow->scaled_spacing / 2;
|
||||
@surfaces = map $_->offset(-$distance), @surfaces;
|
||||
@surfaces = map $_->offset(-$distance * &Slic3r::INFILL_OVERLAP_OVER_SPACING), @surfaces;
|
||||
}
|
||||
|
||||
my @fills = ();
|
||||
|
||||
Reference in New Issue
Block a user