Git Product home page Git Product logo

adgaudio / openscad_connectors Goto Github PK

View Code? Open in Web Editor NEW
35.0 5.0 6.0 149 KB

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

Home Page: https://github.com/adgaudio/OpenSCAD_connectors

License: MIT License

OpenSCAD 98.24% Shell 1.76%
openscad-connectors openscad openscad-library connectors 3d-printing cad brackets joints corner-bracket aluminum-extrusions

openscad_connectors's Introduction

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!

openscad_connectors's People

Contributors

adgaudio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.