Revert 2bcac88683 by setting the scale factor manually to 1. #720

This commit is contained in:
Alessandro Ranellucci 2012-10-27 22:09:22 +02:00
parent d0bee4bf41
commit 49916b6178
2 changed files with 3 additions and 3 deletions

View file

@ -402,7 +402,7 @@ sub prepare_fill_surfaces {
# offset inwards
my @offsets = $surface->expolygon->offset_ex(-$distance);
@offsets = @{union_ex(Math::Clipper::offset([ map @$_, @offsets ], $distance, 100000, JT_MITER))};
@offsets = @{union_ex(Math::Clipper::offset([ map @$_, @offsets ], $distance, 1, JT_MITER))};
map Slic3r::Surface->new(
expolygon => $_,
surface_type => $surface->surface_type,