Thingiverse
Borromean Rings
by tleathrum
7
Downloads
7
Likes
0
Makes
A 3-D rendering of Borromean rings (see https://en.wikipedia.org/wiki/Borromean_rings). The design starts in Sage, export to X3D (resulting file included), then (in recent versions of Cura) import X3D directly into Cura. In Cura, scale and situate figure on print platform, then export STL again to form the STL thing file here.
Here is the Sage code to generate the figure:
t = var('t')
P = parametric_plot3d([cos(t),sin(t),0.2*sin(3*t)],(t,0,2*pi), thickness=30, aspect_ratio=1, co
Here is the Sage code to generate the figure:
t = var('t')
P = parametric_plot3d([cos(t),sin(t),0.2*sin(3*t)],(t,0,2*pi), thickness=30, aspect_ratio=1, co
Sign in to leave a comment
Sign in