1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-01 10:42:57 +02:00

refactor/format

This commit is contained in:
Justin Lin
2022-04-04 18:58:32 +08:00
parent 556fd1ed28
commit c3425143c3
12 changed files with 73 additions and 99 deletions

View File

@@ -9,7 +9,7 @@ linear_extrude(2)
translate(pts[i])
difference() {
square(7, center = true);
render() for(p = vx_ascii(tx[i], center = true)) {
for(p = vx_ascii(tx[i], center = true)) {
translate(p) square(.8);
}
}