This commit is contained in:
Andrej730
2025-01-16 17:34:23 +05:00
parent a63f67ad32
commit 521a8183e7
@@ -358,7 +358,7 @@ class Usecase:
# need to add first two points to the path
# to create the turning arcs and supports on the last segment of the loop
if looped_path:
railing_coords += railing_coords[:2]
railing_coords = np.vstack((railing_coords, railing_coords[:2]))
items_3d.extend(create_supports_items(railing_coords, manual_supports=use_manual_supports))
railing_coords = add_arcs_on_turnings_points(railing_coords)