From 6fbb27cca0cbce394310c3f865ef4e9bd43d5f3f Mon Sep 17 00:00:00 2001 From: Elmom Date: Wed, 12 Jan 2011 14:35:18 +0200 Subject: [PATCH] Maybe this is enough... --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.markdown b/README.markdown index a825b65..b83c415 100644 --- a/README.markdown +++ b/README.markdown @@ -37,6 +37,7 @@ Currently Provided Tools: - stepper_motor_mount(nema_standard, slide_distance OPTIONAL, mochup OPTIONAL) Other tools (alpha and beta quality): + * nuts_and_bolts.scad: for creating metric and imperial bolt/nut holes * bearing.scad: standard/custom bearings * screw.scad: screws and augers @@ -47,6 +48,7 @@ Other tools (alpha and beta quality): * triangles.scad: simple triangles Very generally useful functions and constants: + * math.scad: general math functions * constants.scad: mathematical constants * curves.scad: mathematical functions defining curves @@ -56,6 +58,7 @@ Very generally useful functions and constants: * shapes.scad: simple shapes by Catarina Mota External utils that generate and and process openscad code: + * openscad_testing.py: testing code, see below * openscad_utils.py: code for scraping function names etc.