Slicer Discord
Customizable Random Crystal Cluster Generator – Modelo 3D imprimible de Thingiverse Thingiverse

Customizable Random Crystal Cluster Generator

7 Descargas
5 Likes
0 Makes
Ver Modelo
Generate a random crystal cluster after specifying Number of Crystal points, min and max size, and tilt range. If using OpenSCAD to generate a new STL, use F6 (render), not F5, so that you can export the STL (F7)

point_num=14;
tilt=15;
minsize=10;
maxsize=30;

cylinder(d1=maxsize*2,d2=maxsize,h=maxsize,$fn=6,center=true);

for(i=[1:100/point_num:100]){
seed=i-1;
seed2=i;
single_rand = rands(minsize,maxsize,1)[0];
echo(single_rand);

random_vect=rands(-1,1,3,seed);
random_vect2=rands(-tilt,tilt,3,seed2);
echo(random_vect2);
translate(random_vect)
rotate(random_vect2)
point(single_rand,single_rand*2.5);
}

module point(DI,HI){
cylinder(d1=DI,d2=DI*1.5,h=HI*.65,$fn=6);
translate([0,0,HI*.65])
cylinder(d1=DI*1.5,d2=0,h=HI*.35,$fn=6);
}
Fuente
Thingiverse
Lo que necesitas para imprimir: Principiante Baja confianza
Pieza única
Soportes 1/3
Ensamblaje 0/3
Ajustes 1/3
Tamaño de cama 0/3
Postproceso 0/3
Impresora
FDM / FFF
Formato de archivo
STL
Material
Software
Cura, PrusaSlicer o similar
Aún no hay valoraciones
Aún no hay comentarios – ¡sé el primero!

Modelos similares

6 Sugerencias
Feed Blog Slicer Calculadora Búsqueda por imagen Enviar Contacto Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Añadir a colección