FIX: inconsistent infill in hybrid tree support

jira: STUDIO-9058
Change-Id: I62f6225d33708e8a161600930c6e0dff229f5995
This commit is contained in:
Arthur 2024-12-03 12:00:26 +08:00 committed by Lane.Wei
parent 907724cda9
commit f774fda6e6
1 changed files with 1 additions and 2 deletions

View File

@ -2078,8 +2078,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);