1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 17:24:20 +02:00

offset .1

This commit is contained in:
Justin Lin
2022-08-18 11:48:31 +08:00
parent 7689ac9c55
commit f587ffecd0

View File

@@ -81,6 +81,7 @@ module giant_maze() {
color("DimGray")
linear_extrude(height / 5)
for(cell = cells) {
polygon(cell[1]);
offset(.1)
polygon(cell[1]);
}
}