mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 21:14:01 -06:00
Bugfix: 100% overlap between perimeter and infill. #118
This commit is contained in:
parent
b9d01a32e5
commit
3d213069a6
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ sub make_perimeter {
|
|||
|
||||
# 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
|
||||
($_, surface_type => $surface->surface_type),
|
||||
map $_->offset_ex(-$distance), @last_offsets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue