로컬 프린터로 직접 인쇄
고도로 자동화된 버전 11의 새로운 기능 Printout3D를 사용하면 로컬 프린터에서 직접 인쇄가 가능합니다.
In[1]:=
model = Import["http://exampledata.wolfram.com/vase.stl"]
Out[1]=
사용중인 시스템의 기본 미리보기 응용 프로그램을 사용합니다.
In[2]:=
Printout3D[model]
Out[2]=
Cura 슬라이서에 업로드합니다.
In[3]:=
cura = StringTemplate[
"/Applications/Cura/Cura.app/Contents/MacOS/Cura `file`"];
In[4]:=
Printout3D[model, Printout3DPreviewer -> cura];