Beauchamp:PrintingBrains: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: {{Beauchamp Navigation Bar}} <br> <div style="padding: 8px; color: #000000; background-color: #ffffff; width: 730px; border: 2px solid #666666;"> == Notes on 3D Printing Brains== The bas...)
 
No edit summary
Line 7: Line 7:
The basic process is very simple. Scan the subject and create the cortical surface model, then convert to .STL format with mris_convert e.g. for the LH pial surface
The basic process is very simple. Scan the subject and create the cortical surface model, then convert to .STL format with mris_convert e.g. for the LH pial surface
   mris_convert lh.pial lh.pial.stl
   mris_convert lh.pial lh.pial.stl
 
Then send to .STL format to a 3D printer (Billy Gill at UT has a very nice one, prices was $750 for a brain and some brainstems.
There are some other steps that can printing easier. This website has some suggestions: http://imgur.com/a/3mFsX
There are some other steps that can printing easier. This website has some suggestions: http://imgur.com/a/3mFsX
They recommend downsampling the .STL file with MeshLab
They recommend downsampling the .STL file with MeshLab
   http://meshlab.sourceforge.net/
   http://meshlab.sourceforge.net/
  http://downloads.sourceforge.net/project/meshlab/latest
to <20K face sets.
to <20K face sets.
   Filters -> Remeshing, Simplification, and Reconstruction ->  Quadratic Edge Collapse Decimation
   Filters -> Remeshing, Simplification, and Reconstruction ->  Quadratic Edge Collapse Decimation
Then Export Mesh to a new file.
Then Export Mesh to a new file.

Revision as of 07:09, 17 July 2015

Brain picture
Beauchamp Lab




Notes on 3D Printing Brains

The basic process is very simple. Scan the subject and create the cortical surface model, then convert to .STL format with mris_convert e.g. for the LH pial surface

 mris_convert lh.pial lh.pial.stl

Then send to .STL format to a 3D printer (Billy Gill at UT has a very nice one, prices was $750 for a brain and some brainstems. There are some other steps that can printing easier. This website has some suggestions: http://imgur.com/a/3mFsX They recommend downsampling the .STL file with MeshLab

 http://meshlab.sourceforge.net/
 http://downloads.sourceforge.net/project/meshlab/latest

to <20K face sets.

 Filters -> Remeshing, Simplification, and Reconstruction ->  Quadratic Edge Collapse Decimation

Then Export Mesh to a new file.