OpenSCAD library for British Standard bolts and nuts with exact Whitworth profile.
It can generate threads alone or in a bolt/screw or nut.
The library allows to generate STL for threads from BSW 1/16" to BSW 4" and from BSF 3/16" to BSF 4". They can be generated alone or as part of another design.
The STL for BSW 1/4", BSW 3/8" (aka Congres), BSF 1/4" and BSF 3/8" bolts and nuts are provided in thing files to show the results.
Sample OpenSCAD file to render a 1/4" bolt in BSW standard:
use <agentscad/bsw-screw.scad> use <agentscad/bsw-thread.scad> $fn=100; bswBoltHexagonalThreaded( BSW1_4() );
Sample OpenSCAD file to render a 1/4" bolt in BSF standard:
use <agentscad/bsf-screw.scad> use <agentscad/bsf-thread.scad> $fn=100; bsfBoltHexagonalThreaded( BSF1_4() );
Detailed documentation available on GitHub Wiki
bsw-1_4-blt-aln.stl | 15.5MB | |
bsw-1_4-blt-hex.stl | 15.5MB | |
bsw-1_4-nut-hex.stl | 6.2MB | |
bsw-1_4-nut-sqr.stl | 6.0MB | |
bsw-3_8-blt-aln.stl | 12.4MB | |
bsw-3_8-blt-hex.stl | 12.5MB | |
bsw-3_8-nut-hex.stl | 6.9MB | |
bsw-3_8-nut-sqr.stl | 6.8MB |