3D Printing: Easy as 1, 2, 3!
Version 11 introduces an easy workflow for immediate 3D printing—modeling, analyzing, printing.
Create or upload a 3D model.
In[1]:=
model = ExampleData[{"Geometry3D", "Triceratops"}, "Region"]Out[1]=

Adjust the model if necessary—hollow out the model or resize it to save on material costs.
In[2]:=
model = RegionResize[ShellRegion[model], 2]Out[2]=

Print the model.
In[3]:=
Printout3D[model, "IMaterialise"]Out[3]=
