4

I recently downloaded Magicavoxel to give this voxel thing a try, and I was curious if there was a way to turn the voxel files into a file for printing?

Magicavoxel doesn't seem to offer a way to export the project as STL.

Trish
  • 20,169
  • 10
  • 43
  • 92
Sava
  • 504
  • 2
  • 5
  • 19
  • One does *not* include the answers in the tagging - one tags questions based on the problem - in this case, the question is about "What do I need to do with this program? It does not offer STL!" – Trish Dec 28 '18 at 20:54

1 Answers1

4

Magicavoxel supports export as .obj, natively or with the right plugin.

While .stl is the standard for 3d-printing exchanges, as it contains a "1-unit" length,(typically that corresponds to 1 mm), .obj is also accepted by most slicers.

To get to MagicaVoxel's native export, look in the lower right corner, click export and see this pop up:

Export menu

Press the top-left OBJ option and you get a save position window where you can store it. Then open it with your slicer and choose a scale - most .obj files do not contain a scale as the format does not contain a unit measure by default like .stl and has to be given one.

Trish
  • 20,169
  • 10
  • 43
  • 92