ENH: add paint-on support on vertical faces

Add paint-on support on vertical faces of slender rods

Jira: Studio/STIDIO-970

Change-Id: If280b570a8076059b5583f385ba6517bf305723b
(cherry picked from commit 6832ee98ac146421c061fa90840c2751c3b3d875)
This commit is contained in:
MusangKing 2022-10-18 11:16:58 +08:00 committed by Lane.Wei
parent 13377992f7
commit 6f13d5cbf4
3 changed files with 24 additions and 24 deletions

View file

@ -1513,7 +1513,7 @@ static inline Polygons detect_overhangs(
const coordf_t max_bridge_length = scale_(object_config.max_bridge_length.value);
const bool bridge_no_support = object_config.bridge_no_support.value;
if (layer_id == 0)
if (layer_id == 0)
{
// Don't fill in the holes. The user may apply a higher raft_expansion if one wants a better 1st layer adhesion.
overhang_polygons = to_polygons(layer.lslices);