OpenSCAD library for American standard bolts and nuts with exact thread profiles.
It can generate threads alone or in a bolt/screw or nut.
The library allows to generate STL for threads from UNC #1 to UNC 4" and from UNF #0 to UNF 1 1/2". They can be generated alone or as part of another design.
The STL for UNC 1/4", UNC 3/8", UNF 1/4" and UNF 3/8" bolts and nuts are provided in thing files to show the results.
Sample OpenSCAD file to render a 1/4" bolt in UNC standard:
use <agentscad/unc-screw.scad> use <agentscad/unc-thread.scad> $fn=100; uncBoltHexagonalThreaded( UNC1_4() );
Sample OpenSCAD file to render a 1/4" bolt in UNF standard:
use <agentscad/unf-screw.scad> use <agentscad/unf-thread.scad> $fn=100; unfBoltHexagonalThreaded( UNF1_4() );
Detailed documentation available on GitHub Wiki
unc-1_4-blt-aln.stl | 10.2MB | |
unc-1_4-blt-hex.stl | 10.2MB | |
unc-1_4-nut-hex.stl | 4.9MB | |
unc-1_4-nut-sqr.stl | 4.7MB | |
unc-3_8-blt-aln.stl | 8.2MB | |
unc-3_8-blt-hex.stl | 8.3MB | |
unc-3_8-nut-hex.stl | 5.4MB | |
unc-3_8-nut-sqr.stl | 5.3MB |