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

update README

This commit is contained in:
Justin Lin 2020-01-28 20:51:04 +08:00
parent f8e7c45b03
commit aca1a3ab96

View File

@ -21,6 +21,7 @@ Every module or function is located in the file which has the same name as the m
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`.
use <pixel/px_circle.scad>;
points = px_circle(radius = 10);
for(pt = points) {
translate(pt) square(1);