Is there a way to export in 3mf file format?

Hi. I’m new to 3D Slicer. Is there a way to export files in 3mf format to make printing different segments with different colors easier?

Not that I’m aware of, but it probably would not be hard for someone to add.

You can ask any modern AI chatbot to write the Python script for you that writes a model node in Slicer to a 3mf file. The prompt can be something like this: Generate Python code that writes a 3mf file from a model node in Slicer.

To make this file format conveniently available in the scene save or node export options then you can ask the AI chatbot to create a “scripted file writer plugin” using this file as an example. If the file writer works well and you share it with us then we can add it to an extension, such as the Sandbox so that anyone can install it by a few clicks.

I went ahead and implemented this. If you install the Sandbox extension tomorrow or later then you will be able to save model nodes in .3mf format.