FIX: inconsistent infill in hybrid tree support
jira: STUDIO-9058 Change-Id: I62f6225d33708e8a161600930c6e0dff229f5995
This commit is contained in:
parent
907724cda9
commit
f774fda6e6
|
@ -2078,8 +2078,7 @@ void TreeSupport::draw_circles()
|
||||||
area = offset_ex({ node.overhang }, scale_(m_ts_data->m_xy_distance));
|
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));
|
area = diff_clipped(area, get_collision(node.is_sharp_tail && node.distance_to_top <= 0));
|
||||||
if (node.type == ePolygon)
|
if (node.type == ePolygon) append(area_poly, area);
|
||||||
area_poly = area;
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
Polygon circle(branch_circle);
|
Polygon circle(branch_circle);
|
||||||
|
|
Loading…
Reference in New Issue