Thingiverse
Snap Joint - OpenScad library
por AgentSCAD
127
Descargas
70
Likes
1
Makes
# Snap Joint
OpenScad library to build Joints that can be snaped and unsnaped.
Be carefull the circular one with external springs is a one time joint, if you try to remove it it will break.
# Howto
Sample OpenSCAD file to do it:
```
use
$fn=100;
joint = newSnapCircleInt ();
snapJoint(joint);
joint_e = newSnapCircleExt ( source=joint );
snapJoint(joint_e);
```
# Documentation
Full documentation here: agentscad snap joint
Code of the provided STL: test-snap-joint.scad
OpenScad library to build Joints that can be snaped and unsnaped.
Be carefull the circular one with external springs is a one time joint, if you try to remove it it will break.
# Howto
Sample OpenSCAD file to do it:
```
use
$fn=100;
joint = newSnapCircleInt ();
snapJoint(joint);
joint_e = newSnapCircleExt ( source=joint );
snapJoint(joint_e);
```
# Documentation
Full documentation here: agentscad snap joint
Code of the provided STL: test-snap-joint.scad
AgentSCAD también publica en
15 modelos adicionales en 2 plataformas más
¿Has impreso este modelo? Inicia sesión y comparte tu make.
Inicia sesión para dejar un comentario
Iniciar sesiónAún no hay comentarios – ¡sé el primero!