diff --git a/readme.md b/readme.md index fa93047..6bb1f3e 100644 --- a/readme.md +++ b/readme.md @@ -4,9 +4,9 @@ An ever expanding library of parts modelled in OpenSCAD useful for 3D printers a It contains lots of vitamins (the RepRap term for non-printed parts), some general purpose printed parts and some utilities. There are also Python scripts to generate Bills of Materials (BOMs), STL files for all the printed parts, DXF files for CNC routed parts in a project and a manual containing assembly -instructions and exploded views by scraping markdown embedded in OpenSCAD comments. Example project [here](examples/MainsbreakOutBox/readme.md). +instructions and exploded views by scraping markdown embedded in OpenSCAD comments. A simple example project can be found [here](examples/MainsbreakOutBox/readme.md). -For some of examples of what it can make see the [gallery](gallery/readme.md). +For more examples of what it can make see the [gallery](gallery/readme.md). The license is GNU General Public License v3.0, see [COPYING](COPYING). diff --git a/scripts/tests.py b/scripts/tests.py index 674af3b..094ec7a 100644 --- a/scripts/tests.py +++ b/scripts/tests.py @@ -229,9 +229,9 @@ An ever expanding library of parts modelled in OpenSCAD useful for 3D printers a It contains lots of vitamins (the RepRap term for non-printed parts), some general purpose printed parts and some utilities. There are also Python scripts to generate Bills of Materials (BOMs), STL files for all the printed parts, DXF files for CNC routed parts in a project and a manual containing assembly -instructions and exploded views by scraping markdown embedded in OpenSCAD comments. Example project [here](examples/MainsbreakOutBox/readme.md). +instructions and exploded views by scraping markdown embedded in OpenSCAD comments. A simple example project can be found [here](examples/MainsbreakOutBox/readme.md). -For some of examples of what it can make see the [gallery](gallery/readme.md). +For more examples of what it can make see the [gallery](gallery/readme.md). The license is GNU General Public License v3.0, see [COPYING](COPYING).