1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-29 11:58:39 +01:00

UPDATE README

This commit is contained in:
Justin Lin 2021-04-23 18:22:04 +08:00
parent 7cabed710d
commit 2035dc2bb7

View File

@ -18,7 +18,7 @@ The idea of the name dotSCAD comes from the filename extension ".scad" of OpenSC
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.
**I set `OPENSCADPATH` to the `src` folder of dotSCAD so all examples here start searching modules or functions from `src`.**
**I set `OPENSCADPATH` to the `src` folder of dotSCAD so all examples here start searching modules/functions from `src`.**
Every public module/function is in the .scad whose filename is the same as the module/function name. Here's an example using the `line2d` module: