From a62c5bce031c285985acbedf34a01e1b7b5c8c49 Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Fri, 12 Nov 2021 07:29:44 +1100 Subject: [PATCH] Update OpenSCAD userGuide --- app/web/src/helpers/cadPackages/openScad/userGuide.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/web/src/helpers/cadPackages/openScad/userGuide.md b/app/web/src/helpers/cadPackages/openScad/userGuide.md index f9faa31..560203e 100644 --- a/app/web/src/helpers/cadPackages/openScad/userGuide.md +++ b/app/web/src/helpers/cadPackages/openScad/userGuide.md @@ -3,6 +3,8 @@ title: OpenSCAD Written with: [Domain-Specific Language](https://martinfowler.com/dsl.html) Kernal type: Mesh CSG Maintained by: [Marius Kintel and contributors](https://github.com/openscad/openscad/graphs/contributors) -Documentation: [openscad.org](https://openscad.org/) +Documentation: [openscad.org](https://openscad.org/documentation.html) --- -OpenSCAD is a solid 3D modeler that enables the creation of parametric models using its scripting language. Models are created by utilizing a technique called constructive solid geometry. According to this technique, simple objects can be transformed and combined in order to create almost any complex model. +OpenSCAD is a solid 3D modeler that enables the creation of parametric models using its scripting language. Models are created by utilizing a technique called constructive solid geometry. With this technique, simple objects can be transformed and combined in order to create almost any complex model. + +A good place to start is the [docs](https://openscad.org/documentation.html), and the [cheatsheet](https://openscad.org/cheatsheet/) is an excellent reference.