1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-15 11:14:17 +02:00

rename var

This commit is contained in:
Justin Lin
2021-05-27 09:18:31 +08:00
parent 80014fbcf7
commit fd51f696ff

View File

@@ -35,9 +35,9 @@ module spiral_maze() {
let( let(
x = p[0], x = p[0],
y = p[1], y = p[1],
p = (pts3d[x] + pts3d[x + 1]) / 2 cp = (pts3d[x] + pts3d[x + 1]) / 2
) )
p + [0, y, 0] cp + [0, y, 0]
], ],
wall_thickness, wall_thickness,
$fn = 5 $fn = 5