mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 17:24:20 +02:00
update param
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user