mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-15 11:14:17 +02:00
rename var
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user