├── LICENSE ├── README.md ├── example.scad ├── img ├── angles_and_margins.PNG ├── configurable.PNG ├── hole_types.PNG ├── multitube.PNG ├── parameters.PNG ├── preview_1.PNG └── preview_2.PNG └── src └── generator.scad /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaulBejarano/Ultimate-Joint-Generator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaulBejarano/Ultimate-Joint-Generator/HEAD/README.md -------------------------------------------------------------------------------- /example.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaulBejarano/Ultimate-Joint-Generator/HEAD/example.scad -------------------------------------------------------------------------------- /img/angles_and_margins.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaulBejarano/Ultimate-Joint-Generator/HEAD/img/angles_and_margins.PNG -------------------------------------------------------------------------------- /img/configurable.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaulBejarano/Ultimate-Joint-Generator/HEAD/img/configurable.PNG -------------------------------------------------------------------------------- /img/hole_types.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaulBejarano/Ultimate-Joint-Generator/HEAD/img/hole_types.PNG -------------------------------------------------------------------------------- /img/multitube.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaulBejarano/Ultimate-Joint-Generator/HEAD/img/multitube.PNG -------------------------------------------------------------------------------- /img/parameters.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaulBejarano/Ultimate-Joint-Generator/HEAD/img/parameters.PNG -------------------------------------------------------------------------------- /img/preview_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaulBejarano/Ultimate-Joint-Generator/HEAD/img/preview_1.PNG -------------------------------------------------------------------------------- /img/preview_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaulBejarano/Ultimate-Joint-Generator/HEAD/img/preview_2.PNG -------------------------------------------------------------------------------- /src/generator.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaulBejarano/Ultimate-Joint-Generator/HEAD/src/generator.scad --------------------------------------------------------------------------------