mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 14:55:59 +08:00
Merge 02fa7a948a1b1c6a91c7ed5e7d38f9b3b0b19c7f into 026c1380e0ad12176dd2fc8cdf8f6f181deeb071
This commit is contained in:
commit
42942e4769
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user