mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-08 07:46:39 +02:00
offset by 1
This commit is contained in:
@@ -21,7 +21,7 @@ module random_scala(rows, columns, start, width, height) {
|
||||
random_scala(
|
||||
rows = 2,
|
||||
columns = 3,
|
||||
start = [0, 0],
|
||||
start = [1, 1],
|
||||
width = .5,
|
||||
height = .25
|
||||
);
|
Reference in New Issue
Block a user