Merge 02fa7a948a1b1c6a91c7ed5e7d38f9b3b0b19c7f into 026c1380e0ad12176dd2fc8cdf8f6f181deeb071

This commit is contained in:
NaOH 2022-11-01 06:30:41 +09:00 committed by GitHub
commit 42942e4769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1687,7 +1687,7 @@ PrintObject::_discover_neighbor_horizontal_shells(LayerRegion* layerm, const siz
append_to(tmp, to_polygons(internal));
const auto solid_surfaces = diff_ex(to_polygons(s), tmp, true);
neighbor_layerm->fill_surfaces.append(solid_surfaces, s.front()->surface_type);
neighbor_layerm->fill_surfaces.append(solid_surfaces, *s.front());
}
}
}