Wolfram Language

3D Printing

Directly Print to Your Local Printers

The highly automated new Version 11 function Printout3D allows you to directly print to your local printers.

Copy to clipboard.
In[1]:=
Click for copyable input
model = Import["http://exampledata.wolfram.com/vase.stl"]
Out[1]=

Use the default previewer application on your system.

Copy to clipboard.
In[2]:=
Click for copyable input
Printout3D[model]
Out[2]=

Upload to the Cura slicer.

Copy to clipboard.
In[3]:=
Click for copyable input
cura = StringTemplate[ "/Applications/Cura/Cura.app/Contents/MacOS/Cura `file`"];
Copy to clipboard.
In[4]:=
Click for copyable input
Printout3D[model, Printout3DPreviewer -> cura];

Related Examples

Find out if you already have access to Wolfram tech through your organization
×