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

update param

This commit is contained in:
Justin Lin
2021-03-21 12:03:50 +08:00
parent 15bc7f7095
commit b1a5bdfb27

View File

@@ -8,8 +8,8 @@ use <rounded_square.scad>;
use <box_extrude.scad>; use <box_extrude.scad>;
use <polyhedron_hull.scad>; use <polyhedron_hull.scad>;
rows = 6; rows = 5;
columns = 8; columns = 5;
tileW = 10; tileW = 10;
layerH = 1; layerH = 1;
@@ -141,7 +141,7 @@ module random_town_square(rows, columns, tileW, layerH) {
} }
} }
else if(height == 4) { else if(height == 4) {
translate([0, 0, height]) translate([0, 0, height * 0.99])
rock(halfW * 1.5); rock(halfW * 1.5);
} }
} }