Metric Bolts Library 3D Printer Model

Author: @
License: CC BY-SA
File formats: stl,scad
Download type: zip
Size:2.8MB

The file 'Metric Bolts Library 3D Printer Model' is (stl,scad) file type, size is 2.8MB.

Summary

Summary

OpenSCAD library for Metric bolts and nuts with exact Metric thread profiles.
It can generate threads alone or in a bolt/screw or nut.

The library allows to generate STL for threads from M1.6 to M64 and from MF1.6 to MF64.

The STL for M5 and M6 bolts and nuts are provided in thing files to show the results.

List of predefined threads

  • This list can be extended with the API
  • Available in standard coarse and fine threads
    M1.6, M2, M2.5, M3, M4, M5, M6, M8,
    M10, M12, M14, M16, M18,
    M20, M22, M24, M27,
    M30, M33, M36, M39,
    M42, M45, M48, M52, M56,
    M60, M64

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 on GitHub Wiki

See also

Print Settings

  • Printer brand: Prusa
  • Printer: I3 MK3S
  • Rafts: No
  • Supports: No
  • Resolution: 0.2 mm
  • Nozzle: 0.4 mm
  • Infill: 15%
  • Filament material: PLA
M5-bolt-allen.stl 5.8MB
M5-bolt-hexagonal.stl 5.9MB
M5-nut-hexagonal.stl 1.3MB
M5-nut-square.stl 1.2MB
M6-bolt-allen.stl 5.1MB
M6-bolt-hexagonal.stl 5.1MB
M6-nut-hexagonal.stl 1.1MB
M6-nut-square.stl 1.1MB
mx-thread-sample.scad 777.0B