1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-31 10:11:53 +02:00

update README

This commit is contained in:
Justin Lin
2021-04-23 18:13:38 +08:00
parent 334f7132d0
commit 6f9d01659f

View File

@@ -26,7 +26,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);
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`.
Some module files are organized in a directory. For example, vx_circle.scad exists in `voxel` directory. You have to prefix the directory name when using `vx_circle`.
use <voxel/vx_circle.scad>;