Is it possible to download a .stl file from a 3DPlot.
model = Plot3D[Sin[x+y^2],{x,-3,3},{y,-2,2},PlotTheme->"ThickSurface"] Printout3D[model,"model.stl"]
I can not change Directory on the Mathematica on-line Student version.
Wow! that worked the files are available in my cloud now
Try this:
CopyFile[ "/wolframcloud/userfiles/ba9/ba9a1691-48ac-417b-964f-1a1467d3d5a6/model.stl", CloudObject["model.stl"] ]
I also strongly suspect that the value of $HomeDirectory for you is "/wolframcloud/userfiles/ba9/ba9a1691-48ac-417b-964f-1a1467d3d5a6/", correct?
$HomeDirectory
"/wolframcloud/userfiles/ba9/ba9a1691-48ac-417b-964f-1a1467d3d5a6/"
That means that the file is in your home, but is not a CloudObject, however it should still be visible in your home (without doing the operation above).
CloudObject
Cloud /wolframcloud/userfiles/ba9/ba9a1691-48ac-417b-964f-1a1467d3d5a6/model.stl was the output
In what environment are you evaluating the code? Desktop or Cloud?
What is the output of the following evaluation for you?
FindFile[Normal[Printout3D[model, "model.stl"]]["FileName"]]
what i find interesting is the directory is wolframcloud/usrfiles which i can't find and is not on my system