https://github.com/adgaudio/openscad_connectors
Simple, parametric APIs for connectors such as corner brackets and t-joints. Specializing on connectors for aluminum extrusion connectors.
https://github.com/adgaudio/openscad_connectors
3d-printing aluminum-extrusions brackets cad connector connectors corner-bracket extrusion joints openscad openscad-connectors openscad-library
Last synced: 6 months ago
JSON representation
Simple, parametric APIs for connectors such as corner brackets and t-joints. Specializing on connectors for aluminum extrusion connectors.
- Host: GitHub
- URL: https://github.com/adgaudio/openscad_connectors
- Owner: adgaudio
- License: mit
- Created: 2017-06-09T00:45:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T08:03:42.000Z (over 8 years ago)
- Last Synced: 2025-02-04T21:39:29.817Z (8 months ago)
- Topics: 3d-printing, aluminum-extrusions, brackets, cad, connector, connectors, corner-bracket, extrusion, joints, openscad, openscad-connectors, openscad-library
- Language: OpenSCAD
- Homepage: https://github.com/adgaudio/OpenSCAD_connectors
- Size: 146 KB
- Stars: 40
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenSCAD Connectors
===A Collection of connectors, mostly geared towards working with 2020
Aluminum extrusions. This library tries to offer the varieties of basic
bracket, joint or endcap you might need when working with aluminum
extrusions.


On Thingiverse for STL files: https://www.thingiverse.com/thing:2374332
How to use this library:
===1. clone this repo into your openscad library path
[OpenScad Wiki explains the library path](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Libraries)cd <> ; git clone <>
1. Import the relevant code and use it:
use
corner_bracket(1, 0, 1);use
tjoint([4,2], [3,1]);use
connector([2,2]);Goal
===It is a goal of this project to capture most common scenarios and while
minimizing the number of modules exposed to end users. A single module, like
"corner_bracket(...)", can create many kinds of corner brackets.It does not yet cover fancy things like fastening smooth rods to
extrusions or nema motor mounts, but basic t joints and various kinds of corner
brackets are available.If you have some need that this library does not supply but probably should, I
would love if you open an issue and, if you can, create a PR!