Snap Joint - OpenScad library
thingiverse
# Snap Joint OpenScad library to build Joints that can snap and unsnap easily. Be careful, the circular one with external springs is a one-time joint, if you try to remove it, it will break. # How-to Sample OpenSCAD file to do it: ``` use <agentscad/snap-joint.scad> $fn=100; joint = newSnapCircleInt (); snapJoint(joint); joint_e = newSnapCircleExt ( source=joint ); snapJoint(joint_e); ``` # Documentation Full documentation here: https://github.com/GillesBouissac/agentscad/wiki/Snap-Joint/ Code of the provided STL: https://github.com/GillesBouissac/agentscad/blob/master/test/test-snap-joint.scad
With this file you will be able to print Snap Joint - OpenScad library 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 Snap Joint - OpenScad library.