mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
FIX: inconsistent infill in hybrid tree support
jira: STUDIO-9058 Change-Id: I62f6225d33708e8a161600930c6e0dff229f5995 (cherry picked from commit f774fda6e67e25bedc89e8ef8b2dfb77436f95f2)
This commit is contained in:
parent
35157c9421
commit
d7cf4b2274
1 changed files with 1 additions and 2 deletions
|
@ -2032,8 +2032,7 @@ void TreeSupport::draw_circles()
|
|||
area = offset_ex({ node.overhang }, scale_(m_ts_data->m_xy_distance));
|
||||
}
|
||||
area = diff_clipped(area, get_collision(node.is_sharp_tail && node.distance_to_top <= 0));
|
||||
if (node.type == ePolygon)
|
||||
area_poly = area;
|
||||
if (node.type == ePolygon) append(area_poly, area);
|
||||
}
|
||||
else {
|
||||
Polygon circle(branch_circle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue