Fix teardrop for threaded screws

This commit is contained in:
Adrian Mariano
2024-01-27 10:52:54 -05:00
parent bd5fd65e3d
commit d6fe226fca
5 changed files with 55 additions and 27 deletions

View File

@@ -2269,7 +2269,7 @@ function rounded_prism(bottom, top, joint_bot=0, joint_top=0, joint_sides=0, k_b
vnf = vnf_join([ each column(top_samples,0),
each column(bot_samples,0),
for(pts=edge_points) vnf_vertex_array(pts),
debug ? vnf_from_polygons(faces)
debug ? vnf_from_polygons(faces,fast=true)
: vnf_triangulate(vnf_from_polygons(faces))
])
)