diff --git a/examples/maze/maze3d.scad b/examples/maze/maze3d.scad index 0c9515a1..8ca236f9 100644 --- a/examples/maze/maze3d.scad +++ b/examples/maze/maze3d.scad @@ -8,7 +8,7 @@ rows = 4; columns = 4; cell_width = 15; road_width = 9; -$fn = 4; +$fn = 4; // [4, 8, 12] maze3d();