Thingiverse
Chain Joint
by tshk_lt
6
Downloads
5
Likes
0
Makes
A customizable chain like joint design for small models.
```
JOINT_SIZE_X = 10;
JOINT_SIZE_Y = 5;
JOINT_SIZE_Z = 3;
```
Variable names are pretty self explanatory so feel free to play with them to fit your model.
Keep in mind that these vars (if using ```include``` in OpenSCAD) will apply globally.
```
JOINT_SIZE_X = 10;
JOINT_SIZE_Y = 5;
JOINT_SIZE_Z = 3;
```
Variable names are pretty self explanatory so feel free to play with them to fit your model.
Keep in mind that these vars (if using ```include``` in OpenSCAD) will apply globally.
Sign in to leave a comment
Sign in