Metric bolts with OpenSCAD

Metric bolts with OpenSCAD

thingiverse

# Summary OpenSCAD library for Metric bolts and nuts with exact Metric thread profiles. The library allows to generate STL for threads from M1.6 to M64 and from MF1.6 to MF64. They can be generated alone or as part of another design. The STL for M5 and M6 bolts and nuts are provided in thing files to show the results. # Howto Sample OpenSCAD file to render a M6 bolt in **Metric Coarse** standard: ``` use <agentscad/mx-screw.scad> use <agentscad/mx-thread.scad> $fn=100; mxBoltHexagonalThreaded( M6() ); ``` Sample OpenSCAD file to render a M6 bolt in **Metric Fine** standard: ``` use <agentscad/mxf-screw.scad> use <agentscad/mxf-thread.scad> $fn=100; mxfBoltHexagonalThreaded( MF6() ); ``` # Documentation Detailed documentation available in the [GitHub Wiki](https://github.com/GillesBouissac/agentscad/wiki) # Prerequisites Installation details also available in the [GitHub Wiki](https://github.com/GillesBouissac/agentscad/wiki/Prerequisites) # See also - [UNC / UNF libs](https://www.thingiverse.com/thing:4394046) - [BSW / BSF libs](https://www.thingiverse.com/thing:4395165)

Download Model from thingiverse

With this file you will be able to print Metric 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 Metric bolts with OpenSCAD.