First time here? Check out the FAQ!
answered 2016-09-05 21:50:36 +0100
Currently STL output is not implemented for groups of objects.
In your case, you can do (just unwrapping the group):
sage: g= icosahedron(center=(0,4,0)) sage: h=[u for u in g.all][0] sage: h.save('icosahedron.stl')