revert fix of 1728, it causes worse problems with top solid expanding out of model boundaries.

This commit is contained in:
Pavel Mikus 2023-05-25 10:11:47 +02:00
parent 5bdde0cf4e
commit 5b21a343c6

View File

@ -376,7 +376,7 @@ void LayerRegion::process_external_surfaces(const Layer *lower_layer, const Poly
// Expand the top / bottom / bridge surfaces into the shell thickness solid infills. // Expand the top / bottom / bridge surfaces into the shell thickness solid infills.
double layer_thickness; double layer_thickness;
ExPolygons shells = union_ex(fill_surfaces_extract_expolygons(m_fill_surfaces.surfaces, {stInternalSolid, stTop}, layer_thickness)); ExPolygons shells = union_ex(fill_surfaces_extract_expolygons(m_fill_surfaces.surfaces, {stInternalSolid}, layer_thickness));
SurfaceCollection bridges; SurfaceCollection bridges;
{ {