mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 17:24:20 +02:00
format
This commit is contained in:
@@ -46,10 +46,8 @@ module cylinder_maze() {
|
|||||||
|
|
||||||
bend(size = [leng_circumference, cell_width * maze_rows + wall_thickness, wall_height], angle = 360 + 360 * wall_thickness / leng_circumference, frags = fn)
|
bend(size = [leng_circumference, cell_width * maze_rows + wall_thickness, wall_height], angle = 360 + 360 * wall_thickness / leng_circumference, frags = fn)
|
||||||
translate([0, wall_thickness / 2])
|
translate([0, wall_thickness / 2])
|
||||||
for(wall = walls) {
|
for(wall = walls, i = [0:len(wall) - 2]) {
|
||||||
for(i = [0:len(wall) - 2]) {
|
ramp_line(wall[i], wall[i + 1], wall_thickness, wall_height, wall_top_scale);
|
||||||
ramp_line(wall[i], wall[i + 1], wall_thickness, wall_height, wall_top_scale);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user