mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 18:36:00 +08:00
parent
e2a7c7368c
commit
c0521ffa6f
@ -135,7 +135,7 @@ void PerimeterGenerator::process()
|
|||||||
|
|
||||||
for (surface_idx = 0; surface_idx < all_surfaces.size(); surface_idx++) {
|
for (surface_idx = 0; surface_idx < all_surfaces.size(); surface_idx++) {
|
||||||
Surface *surface = &all_surfaces[surface_idx];
|
Surface *surface = &all_surfaces[surface_idx];
|
||||||
ExPolygons last = union_ex(surface->expolygon.simplify_p(SCALED_RESOLUTION));
|
ExPolygons last = union_ex(surface->expolygon);
|
||||||
//compute our unsupported surface
|
//compute our unsupported surface
|
||||||
ExPolygons unsupported = diff_ex(last, *this->lower_slices, true);
|
ExPolygons unsupported = diff_ex(last, *this->lower_slices, true);
|
||||||
if (!unsupported.empty()) {
|
if (!unsupported.empty()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user