Thingiverse
Hyperbolic Paraboloid
by tleathrum
6
Downloads
9
Likes
0
Makes
A 3-D rendering of a hyperbolic paraboloid ("saddle" or "potato chip" surface), part of my "Gallery of Quadric Surfaces." 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.1 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, y = var('x,y')
plot3d(x^2-y^2, (x,-1.2,1.2), (y,-1.2,1.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.1 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, y = var('x,y')
plot3d(x^2-y^2, (x,-1.2,1.2), (y,-1.2,1.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!