
BSW/BSF bolts with OpenSCAD
thingiverse
OpenSCAD library for British Standard bolts and nuts with exact Whitworth profile. This library allows users to generate STL files for threads from BSW 1/16" to BSW 4" and from BSF 3/16" to BSF 4". These threads can be generated alone or as part of a larger design. STL files are provided in thing files for BSW 1/4", BSW 3/8" (also known as Congres), BSF 1/4", and BSF 3/8" bolts and nuts to demonstrate the results. To use this library, users can follow these steps: 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() ); ``` For more detailed documentation, please visit the GitHub Wiki. Installation details can also be found in the GitHub Wiki. If you are looking for other libraries, you may want to check out Metric libs and UNC / UNF libs on Thingiverse.
With this file you will be able to print BSW/BSF bolts with OpenSCAD with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on BSW/BSF bolts with OpenSCAD.