Go to file
2010-07-26 21:03:44 +03:00
bearing.scad Added a switch to generate bearing outlines for hole cutting etc. 2010-07-26 12:57:28 +03:00
constants.scad Clarified the licenses in use in this library, has GPL2 and GPL3 which are incompatible 2010-07-25 19:39:52 +03:00
curves.scad Clarified the licenses in use in this library, has GPL2 and GPL3 which are incompatible 2010-07-25 19:39:52 +03:00
gears.scad gears.scad cleanup + examples 2010-06-11 16:07:22 -04:00
involute_gears.scad Added testing infra using py.test. Catches parse errors already, but stl compiling tests fail 2010-07-26 21:03:44 +03:00
lgpl-2.1.txt Changed to LGPL, since all the code is now compatible 2010-07-26 13:24:12 +03:00
materials.scad Added testing infra using py.test. Catches parse errors already, but stl compiling tests fail 2010-07-26 21:03:44 +03:00
math.scad Clarified the licenses in use in this library, has GPL2 and GPL3 which are incompatible 2010-07-25 19:39:52 +03:00
motors.scad Resolved the license mess 2010-07-25 19:59:17 +03:00
nuts_and_bolts.scad Resolved the license mess 2010-07-25 19:59:17 +03:00
openscad_utils.py Added testing infra using py.test. Catches parse errors already, but stl compiling tests fail 2010-07-26 21:03:44 +03:00
README Changed to LGPL, since all the code is now compatible 2010-07-26 13:24:12 +03:00
screw.scad Added testing infra using py.test. Catches parse errors already, but stl compiling tests fail 2010-07-26 21:03:44 +03:00
stepper.scad Some adjustments to the new files 2010-07-26 09:10:01 +03:00
test_compile.py Added testing infra using py.test. Catches parse errors already, but stl compiling tests fail 2010-07-26 21:03:44 +03:00
units.scad Added a switch to generate bearing outlines for hole cutting etc. 2010-07-26 12:57:28 +03:00
utilities.scad Added utilities.scad from http://github.com/zzorn/FunRap 2010-07-26 13:13:31 +03:00

OpenSCAD MCAD Library
=====================

This library contains components commonly used in designing and moching up mechanical designs. It is currently unfinished and still undergoing considerable API changes however many things are already working.

This library is licensed under the LGPL 2.1
See http://creativecommons.org/licenses/LGPL/2.1/ or the included file, lgpl-2.1.txt.

Currently Provided Tools:

* involute_gears.scad (http://www.thingiverse.com/thing:3575): 
    - gear()
    - bevel_gear()
    - bevel_gear_pair()

* gears.scad (Old version):
    - gear(number_of_teeth, circular_pitch OR diametrial_pitch, pressure_angle OPTIONAL, clearance OPTIONAL)

* motors.scad:
    - stepper_motor_mount(nema_standard, slide_distance OPTIONAL, mochup OPTIONAL)

Other tools (alpha quality):
* nuts_and_bolts.scad: for creating metric and imperial bolt/nut holes
* bearing.scad: standard/custom bearings
* screw.cad: screws and augers
* materials.scad: color definitions for different materials

Utils:
* math.scad: general math functions
* constants.scad: mathematical constants
* curves.scad: mathematical functions defining curves
* units.scad: easy metric units
* utilities: geometric funtions and misc. useful stuff

You are welcome to fork this project in github and request pulls. I will try to accomodate the community as much as possible in this.