MCAD-Library/README

37 lines
1.4 KiB
Plaintext
Raw Normal View History

2010-06-11 14:47:28 -05: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.
2010-06-11 14:47:28 -05:00
Currently Provided Tools:
2010-07-25 10:11:48 -05:00
* involute_gears.scad (http://www.thingiverse.com/thing:3575):
- gear()
- bevel_gear()
- bevel_gear_pair()
2010-06-11 14:47:28 -05:00
2010-07-25 10:11:48 -05:00
* 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)
2010-08-10 04:47:55 -05:00
Other tools (alpha and beta quality):
2010-07-25 10:11:48 -05:00
* nuts_and_bolts.scad: for creating metric and imperial bolt/nut holes
* bearing.scad: standard/custom bearings
2010-07-25 10:11:48 -05:00
* screw.cad: screws and augers
* materials.scad: color definitions for different materials
2010-07-25 10:11:48 -05:00
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
2010-08-10 04:47:55 -05:00
* teardrop (http://www.thingiverse.com/thing:3457): parametric teardrop module
2010-07-25 10:11:48 -05:00
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.