Courier New
single spaced.
m=2.5;
x=100*m;
y=100*m;
eps=1/256;
echo(x=x,y=y,x*y);
image = [
for(xi=[0:x])
[ for(yi=[0:y]) rands(0,10,1)[0], ],
];
//echo(image);
// only for small vectors
for(xi=[0:x])
translate([xi,0,0])
for(yi=[0:y])
translate([0,yi,0])
cube([1+eps,1+eps,image[xi][yi]]);
From:
oz.at.michael--- via Test [mailto:[hidden email]]
Sent: Thu, 4 Mar 2021 11:02
To:
[hidden email]
Subject: Re: Re: Ignore - post new
thread
// code
//
indented 2 spaces
// 4
spaces
Pasted
tabs
// code
// one
tab
// two
tabs
_______________________________________________
OpenSCAD mailing list
[hidden email]
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
OpenSCAD Admin - email* me if you need anything, or if I've done something stupid...
* on the Forum, click on my MichaelAtOz label, there is a link to email me.
Unless specifically shown otherwise above, my contribution is in the Public Domain;
to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work.
Obviously inclusion of works of previous authors is not included in the above.