1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00

updated readme

This commit is contained in:
Justin Lin 2017-05-01 20:44:12 +08:00
parent 1b60a33e93
commit 6fb9ba9416

View File

@ -21,7 +21,7 @@ Some modules may depend on other modules. For example, the `polyline2d` module d
polyline2d(points = [[1, 2], [-5, -4], [-5, 3], [5, 5]], width = 1);
If OpenSCAD generates "WARNING: Ignoring unknown xxx function" or "WARNING: Ignoring unknown xxx module" when using one module of dotSCAD. Just try to `include <xxx.scad>`.
If OpenSCAD generates "WARNING: Ignoring unknown xxx function" or "WARNING: Ignoring unknown xxx module" when using one module of dotSCAD. Just try to `include <xxx.scad>;`.
## Documentation