mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
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:
parent
d6117788a8
commit
c21c84c62f
3 changed files with 24 additions and 24 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue