From 86f94d2499658171c3c9569914b03c2e81a582b8 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 17 Jul 2019 08:45:07 +0800 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aeca5d4c..c2f74422 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# dotSCAD 2 (RC) +# dotSCAD 2.0 -> **Reduce the burden of 3D modeling in mathematics. Based on OpenSCAD 2019.05.** +> **Reduce the burden of 3D modeling in mathematics.** ![dotSCAD](TaiwaneseBlackBear.JPG) @@ -8,6 +8,8 @@ ## Introduction +**dotSCAD 2.0 is based on OpenSCAD 2019.05.** For old versions, please use dotSCAD 1.3. You can download all versions from the [releases](https://github.com/JustinSDK/dotSCAD/releases). + OpenSCAD uses three library locations, the installation library, built-in library, and user defined libraries. It's convenient to set `OPENSCADPATH`. Check [Setting OPENSCADPATH](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Libraries#Setting_OPENSCADPATH) in [OpenSCAD User Manual/Libraries](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Libraries) for details. Every module or function is located in the file which has the same name as the module or the function. For example, if you want to use the `line2d` module to draw a line, `include ;` first.