mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user