From b7e03f5767b9dc4be2321ddaacc34308d0f3b4e5 Mon Sep 17 00:00:00 2001 From: Elmom Date: Thu, 3 Mar 2011 18:21:55 +0200 Subject: [PATCH] Updated the readme --- README.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index b83c415..f26c1f4 100644 --- a/README.markdown +++ b/README.markdown @@ -22,9 +22,14 @@ If you host your project in git, you can do `git submodule add URL PATH` in your repo to import this library as a git submodule for easy usage. Then you need to do a `git submodule update --init` after cloning. When you want to update the submodule, do `cd PATH; git checkout master; git pull`. See `git help submodule` for more info. +"./get_submodules.py" is shortcut that initializes and updates submodules. Currently Provided Tools: +* regular_shapes.scad + - regular polygons, ie. 2D + - regular polyhedrons, ie. 3D + * involute_gears.scad (http://www.thingiverse.com/thing:3575): - gear() - bevel_gear() @@ -55,12 +60,14 @@ Very generally useful functions and constants: * units.scad: easy metric units * utilities.scad: geometric funtions and misc. useful stuff * teardrop.scad (http://www.thingiverse.com/thing:3457): parametric teardrop module -* shapes.scad: simple shapes by Catarina Mota +* shapes.scad: DEPRECATED simple shapes by Catarina Mota +* polyholes.scad: holes that should come out well when printed 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. +* SolidPython: An external Python library for solid cad ## Development ##