Parametric Flower v2 auto-random OPENSCAD

Parametric Flower v2 auto-random OPENSCAD

thingiverse

create your unique flower feed the seed with your favorite number and see your flower grown ! Créer votre propre fleur Arroser votre graine avec votre nombre préféré et regarder votre plante grandir STL in example Instructions Use with openscad ! //n=8; //number of petal - nombre de pétales - use fibonacci suite : 1, 2, 3, 5, 8, 13, 21, 34, 55, 89 //c=20; //center diametre - diamètre du centre de la fleur //E=2 ; //thinckness - épaisseur //P=55; // petalability ! //seed=43; //petite graine deviendra grande ! //randomizationalityzer //mouhaahahahaha // +-----------------------------------------------+ // | watering the seed for grow the flower ! | // | arrose la graine pour faire pousser la fleur! | // +-----------------------------------------------+ seed=12; n=round(rands(5,21,1,seed)[0]); c=round(rands(5,20,1,seed)[0]); E=round(rands(1,3,1,seed)[0]); P=round(rands(5,30,1,seed)[0]); $fa=0.5; $fs=0.5; Fleur(); module Fleur(){ echo("n=",n); echo("c=",c); echo("E=",E); echo("P=",P); petale(); centre(); queue(); feuille(); mirror([0,1,0])feuille(); } module petale(){ difference(){ for (i=[1:n]){ rotate([0,-2E,i(360/n)]){ resize([0,(P/2),E], auto=[false,false,false]){ translate([c/2+P/3,0,0]) sphere(r=P/2); } } echo("petal n° ",i,"/",n); } translate([0,0,-(4P+4c)/2]) cube((4P)+(4c), center=true); } echo("petals done"); } module centre(){ resize([0,0,E/2]){ difference(){ sphere(r=c/2); translate([0,0,-c/2]) cube(c, center=true); } } echo("le centre est fait"); } module queue(){ translate([(P+c),0,0]){ rotate([90,180,90]){ linear_extrude(height=(P+c)1.5,center =true, convexity=10, scale=2){ difference(){ circle(r=E/2, center=true); translate([-E,0,0]) square([2E,2*E]); } } } } } module feuille(){ translate([P+c2,0,0]){ rotate([0,-2E,180-P-c]){ scale([2,0.5,1]){ difference(){ minkowski(){ cylinder(r=P-n,h=E/2); translate([P-n,0,0]) sphere(r=E/2); } translate([P-n,0,-E])cylinder(r=3*E, h=E); } } } } } export to STL Print enjoy your art !

Download Model from thingiverse

With this file you will be able to print Parametric Flower v2 auto-random OPENSCAD with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Parametric Flower v2 auto-random OPENSCAD.