diff --git a/examples/tiles/random_town_square.scad b/examples/tiles/random_town_square.scad index 2ec44d72..18acadaf 100644 --- a/examples/tiles/random_town_square.scad +++ b/examples/tiles/random_town_square.scad @@ -8,8 +8,8 @@ use ; use ; use ; -rows = 6; -columns = 8; +rows = 5; +columns = 5; tileW = 10; layerH = 1; @@ -141,7 +141,7 @@ module random_town_square(rows, columns, tileW, layerH) { } } else if(height == 4) { - translate([0, 0, height]) + translate([0, 0, height * 0.99]) rock(halfW * 1.5); } }