Archimedean Solids

Archimedean Solids

prusaprinters

<p>The Archimedean solids are the &nbsp;13 polyhedra that are convex, have identical vertices, and their faces are regular. &nbsp;They don't include the Platonic solids, which have identical faces.</p><p>All 13 can be listed in Mathematica with the expression&nbsp;</p><p>In[1]:=PolyhedronData["Archimedean"]</p><p>Out[1]= {Cuboctahedron,GreatRhombicosidodecahedron,GreatRhombicuboctahedron,Icosidodecahedron,SmallRhombicosidodecahedron,SmallRhombicuboctahedron,SnubCube,SnubDodecahedron,TruncatedCube,TruncatedDodecahedron,TruncatedIcosahedron,TruncatedOctahedron,TruncatedTetrahedron}</p><p>An .STL file for any of them can be generated with the function</p><p>model[name_] := PolyhedronData[name] // Export[name &lt;&gt; ".stl", #, "STL"] &amp;</p><p>All of the files can be created with one line:</p><p>Map[model,PolyhedronData["Archimedean"]]</p><p>These files are provided here. &nbsp;A .3mf file is provided, together with a .gcode file that will print all 13 polyhedra in roughly the same size (pictured) in about 9 hours with the Prusa Mini+.</p>

Download Model from prusaprinters

With this file you will be able to print Archimedean Solids with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Archimedean Solids.