1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-07 07:16:36 +02:00

update README

This commit is contained in:
Justin Lin
2019-06-20 18:33:22 +08:00
parent d94381dee2
commit a747bcff3a

View File

@@ -21,7 +21,7 @@ Some module files are organized in a directory. For example, px_circle.scad exis
include <pixel/px_circle.scad>;
points = px_circle(center = [-0.5, -0.5], radius = 10);
for(pt = points) {
translate(pt) square(1);
translate(pt) square(1);
}
## Dependencies