All Projects → adgaudio → OpenSCAD_connectors

adgaudio / OpenSCAD_connectors

Licence: MIT license
Simple, parametric APIs for connectors such as corner brackets and t-joints. Specializing on connectors for aluminum extrusion connectors.

Programming Languages

OpenSCAD
209 projects
shell
77523 projects

Projects that are alternatives of or similar to OpenSCAD connectors

rhioCAD
CAD, based on OpenCascade. parametric, parametric 3D modeler. Fork of NaroCAD.
Stars: ✭ 42 (+44.83%)
Mutual labels:  cad, 3d-printing
Dotscad
Reduce the burden of mathematics when playing OpenSCAD
Stars: ✭ 344 (+1086.21%)
Mutual labels:  cad, 3d-printing
CameraSlider
3D printed and smartphone controlled camera slider
Stars: ✭ 16 (-44.83%)
Mutual labels:  cad, 3d-printing
scad-js
A Javascript frontend for solid modeling that compiles OpenSCAD.
Stars: ✭ 44 (+51.72%)
Mutual labels:  cad, openscad-library
Angelcad
script based 3D solid modeller
Stars: ✭ 83 (+186.21%)
Mutual labels:  cad, 3d-printing
parrot 3d
Stronger frame, Light weight component and easier to maintenance
Stars: ✭ 26 (-10.34%)
Mutual labels:  3d-printing, extrusion
pymadcad
Simple yet powerful CAD (Computer Aided Design) library, written with Python.
Stars: ✭ 63 (+117.24%)
Mutual labels:  cad, 3d-printing
openscad-rpi-library
OpenSCAD library of various objects to use in Raspberry Pi-based projects
Stars: ✭ 30 (+3.45%)
Mutual labels:  3d-printing, openscad-library
xcsg
XML based Constructive Solid Geometry based on carve
Stars: ✭ 24 (-17.24%)
Mutual labels:  cad, 3d-printing
Drakon Extruder
3D Printable 3:1 Geared Extruder
Stars: ✭ 80 (+175.86%)
Mutual labels:  cad, 3d-printing
Openastrotracker
3D printed DSLR tracking mount
Stars: ✭ 434 (+1396.55%)
Mutual labels:  cad, 3d-printing
Sdfx
A simple CAD package using signed distance functions
Stars: ✭ 213 (+634.48%)
Mutual labels:  cad, 3d-printing
Freecad
This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. Issues are managed on our own bug tracker at https://www.freecadweb.org/tracker
Stars: ✭ 10,366 (+35644.83%)
Mutual labels:  cad, 3d-printing
kafka-connect-http
Kafka Connect connector that enables Change Data Capture from JSON/HTTP APIs into Kafka.
Stars: ✭ 81 (+179.31%)
Mutual labels:  connector, connectors
BowlerStudio
A Full-Stack Robotics Development Environment
Stars: ✭ 95 (+227.59%)
Mutual labels:  cad
MonkeyCAM
CAD/CAM software for ski and snowboard design and G-code program generation.
Stars: ✭ 34 (+17.24%)
Mutual labels:  cad
spark-connector
A connector for Apache Spark to access Exasol
Stars: ✭ 13 (-55.17%)
Mutual labels:  connector
adventures-in-motion-control
A realistic simulator for a 3D printer motion controller
Stars: ✭ 31 (+6.9%)
Mutual labels:  3d-printing
PrntrBoardV2
32-bit 3D Printer controller board using STM32F407 and replaceable TMC2660/2209 stepper drivers.
Stars: ✭ 31 (+6.9%)
Mutual labels:  3d-printing
fem mesh matlab
MATLAB Toolbox for Handling 2D and 3D FEM Meshes
Stars: ✭ 23 (-20.69%)
Mutual labels:  3d-printing

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.

corner_bracket.png tjoint.png connector.png repeat_grid.png

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

     cd <<YOUR_OPENSCAD_LIBRARY_PATH>> ; git clone <<this repo>>
    
  2. Import the relevant code and use it:

     use <OpenSCAD_connectors/corner_bracket.scad>
     corner_bracket(1, 0, 1);
    
     use <OpenSCAD_connectors/tjoint.scad>
     tjoint([4,2], [3,1]);
    
     use <OpenSCAD_connectors/connector.scad>
     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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].