Maybe this is enough...

This commit is contained in:
Elmom 2011-01-12 14:35:18 +02:00
parent 69bffb0397
commit 6fbb27cca0

View file

@ -37,6 +37,7 @@ Currently Provided Tools:
- stepper_motor_mount(nema_standard, slide_distance OPTIONAL, mochup OPTIONAL) - stepper_motor_mount(nema_standard, slide_distance OPTIONAL, mochup OPTIONAL)
Other tools (alpha and beta quality): Other tools (alpha and beta quality):
* nuts_and_bolts.scad: for creating metric and imperial bolt/nut holes * nuts_and_bolts.scad: for creating metric and imperial bolt/nut holes
* bearing.scad: standard/custom bearings * bearing.scad: standard/custom bearings
* screw.scad: screws and augers * screw.scad: screws and augers
@ -47,6 +48,7 @@ Other tools (alpha and beta quality):
* triangles.scad: simple triangles * triangles.scad: simple triangles
Very generally useful functions and constants: Very generally useful functions and constants:
* math.scad: general math functions * math.scad: general math functions
* constants.scad: mathematical constants * constants.scad: mathematical constants
* curves.scad: mathematical functions defining curves * curves.scad: mathematical functions defining curves
@ -56,6 +58,7 @@ Very generally useful functions and constants:
* shapes.scad: simple shapes by Catarina Mota * shapes.scad: simple shapes by Catarina Mota
External utils that generate and and process openscad code: External utils that generate and and process openscad code:
* openscad_testing.py: testing code, see below * openscad_testing.py: testing code, see below
* openscad_utils.py: code for scraping function names etc. * openscad_utils.py: code for scraping function names etc.