discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Test post please Ignore - post new thread

M
MichaelAtOz
Thu, Mar 4, 2021 2:27 AM

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:test@development.harmonylists.io]
Sent: Thu, 4 Mar 2021 11:02
To: test@development.harmonylists.io
Subject: Re: Re: Ignore - post new thread

// code

// indented 2 spaces

// 4 spaces


Pasted tabs

// code

// one tab

// two tabs


--
This email has been checked for viruses by AVG.
https://www.avg.com

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:test@development.harmonylists.io] Sent: Thu, 4 Mar 2021 11:02 To: test@development.harmonylists.io Subject: Re: Re: Ignore - post new thread // code // indented 2 spaces // 4 spaces _____ Pasted tabs // code // one tab // two tabs _____ -- This email has been checked for viruses by AVG. https://www.avg.com