remove: "ENH: add paint-on support on vertical faces"

This reverts commit ccf1746530a6f68d38a9b6714e70a0acdbec5b8c.

Reason for revert: multi color printing has problem

Change-Id: Ibc53b99a715b987ee447d7c3b03407de2790abaf
This commit is contained in:
猫山王 2022-11-02 18:34:45 +08:00 committed by Lane.Wei
parent d6117788a8
commit c21c84c62f
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);