shaise / FreeCAD_FastenersWB

A workbench to add/attach various fasteners to parts
GNU General Public License v2.0
287 stars 86 forks source link

Not very happy with the shape of “GN 506 T-Slot nuts to swivel in” #372

Closed berberic2 closed 6 months ago

berberic2 commented 6 months ago

With this shape it would not be possible to swivel the nut in.

Image Left: FreeCAD Right: Item 0037001 Nutenstein 5 St M5 A

hasecilu commented 6 months ago

Yeah, it need a tweak on the Bezier curve to be less round, the nut is from Ganter: https://www.elesa-ganter.in/en/ind/Machine-elements--T-Nuts--GN506#listtype=search&term=GN%20506

hasecilu commented 6 months ago

Modifying the intermediate point(s) of the spline (blue) we can change the geometry.

Moving the point from the corner will help, maybe we need 2 points instead to make it less pointy.

Could you try to tweak the point(s) position(s) to make it similar to your other model? image Screenshot_2024-05-02_09-04-49

berberic2 commented 6 months ago

Proposal: Screenshot_20240509_171142 PR: https://github.com/shaise/FreeCAD_FastenersWB/pull/378