How to change fiber model to STL files for 3D printing

how to change fiber model to STL files for 3D printing??
just like the question, i had convert the model to stl successfully before, but i cant finish it now with the software of the same version or latest version.
i expect ur help ,my friends!

Here is example Python code to export fiber bundles to PLY. If you need STL you could change vtkPLYWriter to vtkSTLWriter, then need to comment the following two lines because STL doesn’t support colors (as far as I understand).

https://www.slicer.org/wiki/Documentation/Nightly/ScriptRepository#Export_a_fiber_tracts_to_Blender.2C_including_color

See also: