1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-09 06:11:01 +02:00

rename param

This commit is contained in:
Justin Lin
2021-07-30 11:43:31 +08:00
parent 6e3d3e0a4b
commit bf8cb44595
9 changed files with 27 additions and 29 deletions

View File

@@ -22,10 +22,9 @@ translate([-len(sample) * tileW, 0]) {
draw_tubes(sample, tileW);
}
width = 20;
height = 20;
size = [20, 20];
draw_tubes(
tile_wfc(width, height, sample),
tile_wfc(size, sample),
tileW
);