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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user