This is my notepad where i collect the useful snippets of OpenSCAD code that i use over and over. Some better curated than others, some formatted for clarity some for efficiency.
My_selection=sel_rnd( [1, 3, 0.5, 100, sin(2)] );
function sel_rnd(v)=v[floor(rnd(len(v)))];
No comments:
Post a Comment