Thingiverse
Dini Surface
by tleathrum
2
Downloads
1
Likes
0
Makes
A 3-D rendering of a Dini surface. The design starts in Sage, export to X3D (resulting file included), then import X3D into Blender. In Blender, edit to remove artifacts Sage leaves behind, like a cube of lines around the figure, then "thicken" the surface so that Cura can recognize it as a solid object:
1. select Properties -> Modifiers (wrench icon) -> Add Modifier -> Solidify
2. set Thickness to 0.2 and click Apply
Now export to STL, then import STL into Cura. In Cura, scale (because graph units in Sage become millimeters in Cura) 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:
x=var('x')
f(x)=cos(x)+ln(tan(x/2))
u,v=var('u,v')
parametric_plot3d([cos(u)*sin(v),sin(u)*sin(v),f(v)+0.1*u],(u,pi/2,6*pi),(v,0.2,2),aspect_ratio=1)
Since Sage is Python-based, be sure to check line breaks.
1. select Properties -> Modifiers (wrench icon) -> Add Modifier -> Solidify
2. set Thickness to 0.2 and click Apply
Now export to STL, then import STL into Cura. In Cura, scale (because graph units in Sage become millimeters in Cura) 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:
x=var('x')
f(x)=cos(x)+ln(tan(x/2))
u,v=var('u,v')
parametric_plot3d([cos(u)*sin(v),sin(u)*sin(v),f(v)+0.1*u],(u,pi/2,6*pi),(v,0.2,2),aspect_ratio=1)
Since Sage is Python-based, be sure to check line breaks.
Did you print this model? Sign in and share your make!
Sign in to leave a comment
Sign inNo comments yet – be the first!