txoof / OpenSCAD_fasteners

20 stars 7 forks source link

add British Pipe Thread ( Whitworth Form) #1

Open TylonHH opened 7 years ago

TylonHH commented 7 years ago

Hi, I looking forward for the non metric nut "British Pipe Thread ( Whitworth Form)" They start with an "G" e.g. G 1 1/2

kikislater commented 7 years ago

+1 Example : how to get a 5/8 11 nut

txoof commented 7 years ago

This library fudges the threads badly and does not actually conform to any standards. The threading is mostly for looks. The primary purpose of the library is to supply cutouts and clearances when modeling other objects. I use it for making T-Slots for joining up laser cut parts and making negative recesses for nuts and bolts in 3D printed stuff.

If you would like to make a genuine thread you probably want to look into Dan Kishner's fantastic thread library: http://dkprojects.net/openscad-threads/

It takes a bit of head scratching to translate a standard into his code, but it's pretty well documented overall.

kikislater commented 7 years ago

Amazing, thanks Aaron