From 1bb02691b84f786a55670d905033fe57ceef59dc Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Sun, 5 May 2019 11:21:40 -0700 Subject: [PATCH] Added polyhedra.scad --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48afb79..d06caaa 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ The library files are as follows: - [`phillips_drive.scad`](https://github.com/revarbat/BOSL2/wiki/phillips_drive.scad): Modules to create Phillips screwdriver tips. - [`torx_drive.scad`](https://github.com/revarbat/BOSL2/wiki/torx_drive.scad): Functions and Modules to create Torx bit drive holes. - [`wiring.scad`](https://github.com/revarbat/BOSL2/wiki/wiring.scad): Modules to render routed bundles of wires. + - [`polyhedra.scad`](https://github.com/revarbat/BOSL2/wiki/polyhedra.scad): Modules to create various regular and stellated polyhedra. ### Various Math - [`constants.scad`](https://github.com/revarbat/BOSL2/wiki/constants.scad): Useful constants for vectors, edges, etc.