1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-26 16:04:46 +02:00

change wall width

This commit is contained in:
Justin Lin
2019-10-06 09:55:21 +08:00
parent b0c299e0a4
commit 3cd041d2bf

View File

@@ -75,7 +75,7 @@ module regular_polygon_maze(radius, cblocks, levels, thickness = 1, sides) {
cc = get_y(block) - 1;
if(no_wall(block) || upper_wall(block)) {
ring_regular_polygon_sector(r * (cr + 1), (cc + 0.5) * arc_angle , thickness, r / 3 , sides);
ring_regular_polygon_sector(r * (cr + 1), (cc + 0.5) * arc_angle , thickness, thickness * 0.75 , sides);
}
}
}