mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Bugfix: 100% overlap between perimeter and infill. #118
This commit is contained in:
@@ -50,7 +50,6 @@ sub make_perimeter {
|
|||||||
|
|
||||||
# create one more offset to be used as boundary for fill
|
# create one more offset to be used as boundary for fill
|
||||||
{
|
{
|
||||||
$distance -= scale $Slic3r::flow_width;
|
|
||||||
my @fill_boundaries = map Slic3r::Surface->cast_from_expolygon
|
my @fill_boundaries = map Slic3r::Surface->cast_from_expolygon
|
||||||
($_, surface_type => $surface->surface_type),
|
($_, surface_type => $surface->surface_type),
|
||||||
map $_->offset_ex(-$distance), @last_offsets;
|
map $_->offset_ex(-$distance), @last_offsets;
|
||||||
|
|||||||
Reference in New Issue
Block a user