mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 15:45:54 +08:00
Revert "Optimization: simplify fill_surfaces before the offset operation"
To workaround issue #1325 and possibly #1320. This reverts commit 3a046e34111aeaf3701062f006e9f5957635e15b.
This commit is contained in:
parent
027f8d1e53
commit
b5426ad297
@ -209,8 +209,9 @@ sub make_perimeters {
|
|||||||
# and then we offset back and forth by the infill spacing to only consider the
|
# and then we offset back and forth by the infill spacing to only consider the
|
||||||
# non-collapsing regions
|
# non-collapsing regions
|
||||||
push @{ $self->fill_surfaces },
|
push @{ $self->fill_surfaces },
|
||||||
|
map $_->simplify(&Slic3r::SCALED_RESOLUTION),
|
||||||
offset2_ex(
|
offset2_ex(
|
||||||
[ map $_->simplify(&Slic3r::SCALED_RESOLUTION), @last ],
|
\@last,
|
||||||
-($perimeter_spacing/2 + $infill_spacing),
|
-($perimeter_spacing/2 + $infill_spacing),
|
||||||
+$infill_spacing,
|
+$infill_spacing,
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user