From 782bbbffccf5beb060a4d74109cde39afe1c6f90 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 8 Jul 2020 17:34:14 +0800 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 221b1aa7..affef45f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Every module or function is located in the file which has the same name as the m line2d(p1 = [0, 0], p2 = [5, 0], width = 1); -I set `OPENSCADPATH` to the `src` folder of dotSCAD so all examples here start searching modules or functions from `src`. If you put dotSCAD in the `libraries` of OpenSCAD, you'll have to prefix `dotSCAD/src` when using them. For example, `use ;` +(I set `OPENSCADPATH` to the `src` folder of dotSCAD so all examples here start searching modules or functions from `src`. If you put dotSCAD in the `libraries` of OpenSCAD, you'll have to prefix `dotSCAD/src` when using them. For example, `use ;`) Some module files are organized in a directory. For example, px_circle.scad exists in `pixel` directory. You have to prefix the directory name when including `px_circle`.