Slicer Discord
Sphere Spring (Spherical Spiral) – 3D printable model from Thingiverse Thingiverse

Sphere Spring (Spherical Spiral)

21 Downloads
11 Likes
0 Makes
Go to Model
Made in OpenScad using sin and cos:

-------

$fn=7;

pi = 3.14;

k = 57.2;//1 radian

iterations = 400;
turns = 10;
c = turns*2;
r = 1.0;//radius 1 (unit sphere)

ti = 0;
tf = pi*k;
td = tf/iterations;//step


for (t=[ti:td:tf-td]) {

//echo(floor(t/td));

t1 = t;
t2 = t+td;

x1 = r * sin(t1) * cos(c*t1);
y1 = r * sin(t1) * sin(c*t1);
z1 = r * cos(t1);

x2 = r * sin(t2) * cos(c*t2);
y2 = r * sin(t2) * sin(c*t2);
z2 = r * cos(t2);

hull() {

translate([x1,y1,z1]) {
sphere(r=0.05, $fa = .1, $fs = .1);
}

translate([x2,y2,z2]) {
sphere(r=0.05, $fa = .1, $fs = .1);
}

}

}
Source
Thingiverse
What you need to print this: Beginner Low confidence
Why?
no supports
Support-free Single piece
Supports 0/3
Assembly 0/3
Settings 1/3
Bed size 0/3
Post-process 0/3
Printer
FDM / FFF
File format
STL
Material
Software
Cura, PrusaSlicer, or similar
No ratings yet
No comments yet – be the first!

Similar Models

6 Suggestions
Feed Blog Slicer Cost Calculator Image Search Submit Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Add to Collection