Metric bolts with OpenSCAD
thingiverse
OpenSCAD library for Metric bolts and nuts featuring precise Metric thread profiles. This library enables generation of STL files for threads ranging from M1.6 to M64 and MF1.6 to MF64, which can be created individually or integrated into existing designs. For reference, STL files for M5 and M6 bolts and nuts are included in the library as thing files, showcasing the results. To render a M6 bolt in Metric Coarse standard using OpenSCAD, use the following code: ``` use <agentscad/mx-screw.scad> use <agentscad/mx-thread.scad> $fn=100; mxBoltHexagonalThreaded( M6() ); ``` To render a M6 bolt in Metric Fine standard using OpenSCAD, use the following code: ``` use <agentscad/mxf-screw.scad> use <agentscad/mxf-thread.scad> $fn=100; mxfBoltHexagonalThreaded( MF6() ); ``` Detailed documentation is available in the GitHub Wiki. For installation details, refer to the GitHub Wiki. For related libraries, visit UNC / UNF libs and BSW / BSF libs.
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.