Revert 2bcac88683
by setting the scale factor manually to 1. #720
This commit is contained in:
parent
d0bee4bf41
commit
49916b6178
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue