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