mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 17:24:20 +02:00
offset .1
This commit is contained in:
@@ -81,6 +81,7 @@ module giant_maze() {
|
||||
color("DimGray")
|
||||
linear_extrude(height / 5)
|
||||
for(cell = cells) {
|
||||
polygon(cell[1]);
|
||||
offset(.1)
|
||||
polygon(cell[1]);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user