TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How can I 3D print my skeleton for research?

40 pointsby i_am_goodabout 6 years ago
Hello HN,<p>I would like to 3D print my skeleton to observe bone structure&#x2F;features.<p>1. What kind of medical scanning would be appropriate for this case? Where can I get such a scan and pay (out of pocket) for it? Are there any dangers, and if serious, is it worth the fun of replicating your own skeleton?<p>2. What kind of medical scanning hardware would best suit my need? Does it support exporting imaging data for later 3D printing?<p>3. What&#x27;s the best 3D printer (or printing service company) and material to print the imaging data from the scanning?<p>Thanks for your assistance!

16 comments

tlbabout 6 years ago
Simply remove your skeleton from its packaging and place it in a 3D scanner.<p>Seriously, where it gets tricky is that there is a lot of stuff (cartilage) in the gray area between bone and flesh. It shows up dimly in CT scans or other X-ray based imaging. If you omit all of it, the skeleton will seem disjointed. If you include all of it, it&#x27;ll seem fused together.<p>BTW, you can buy actual human skeletons for around $5k. <a href="https:&#x2F;&#x2F;www.boneroom.com&#x2F;store&#x2F;c46&#x2F;Human_Skeletons.html" rel="nofollow">https:&#x2F;&#x2F;www.boneroom.com&#x2F;store&#x2F;c46&#x2F;Human_Skeletons.html</a>
评论 #19575805 未加载
评论 #19575778 未加载
PlaceboGazeboabout 6 years ago
I&#x27;ve 3D printed my brain - I&#x27;m a biomedical engineer, and for a while was working for a research institute in France. While there, I had many friends and acquaintances who were doctors or surgeons performing their own research work. I had made noises in the past that I really wanted to print my brain sometime, so one of them referred me to an observational study in the area using fMRI to observe the brain performing visuo-spatial tasks. I went through the study, got paid €50 (score!) and asked for the morphological data in DICOM format, which they happily handed over. The DICOM is essentially a whole bunch of separate images, one for each slice the MRI takes, along with the metadata that helps piece it together. The reconstruction of a 3D model from slice data is usually called segmentation. I&#x27;m not overly familiar with the process, but I&#x27;m sure someone here can chime in with various segmentation methods. In my case I asked a technical medicine intern to do it for me. Interns can be useful, after all. AFAIK the output is usually a mesh, like an .obj or .stl file, which is thankfully pretty compatible with 3D printing.<p>To answer your specific points - I would go for MRI over CT - CTs tend to have high radiation doses, especially if you plan to do a full-body scan. I can&#x27;t recommend it. MRIs are much less harmful. There are private clinics where you can pay for a full body &quot;preventive&quot; MRI - this will set you back a nice sum, &gt;€1000 in the Netherlands, IIRC. Segmenting the resulting DICOM file is difficult. It will require a fair bit of work. Look into ITK &#x2F; VTK &#x2F; 3Dslicer. You will absolutely have to clean up and probably remesh any resulting stl&#x2F;obj, I recommend using meshlab for that. From there, 3D printing can be done with any personal printer that has a large enough volume to not take forever. Using an external service, e.g. shapeways will be very expensive. If you don&#x27;t have your own printer, you should probably look into an inexpensive FDM printer, I personally use an original prusa i3 Mk2.5.<p>All in all, it will be a very expensive journey if you&#x27;re not already in the field and have connections. Maybe try to connect with local universities to find observational studies.<p>edit because I realised I sound very negative. I actually think you have a really cool idea. Please do go ahead if you have the time and money, and for the love of all that is holy, blog it for posterity!
评论 #19576122 未加载
评论 #19576768 未加载
amjaegerabout 6 years ago
If you get an mri or ct scan you can use this package to segment the bones and the convert the image slices to 3D geometry. <a href="https:&#x2F;&#x2F;www.gibboncode.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gibboncode.org&#x2F;</a> It’s open source, but uses matlab which is not free if you are not at a university. It will also take a while...
评论 #19577307 未加载
评论 #19576250 未加载
gazeabout 6 years ago
MRI may work... I think there&#x27;s a skeletal MRI. That will be extremely expensive. CT scan probably would work, but I don&#x27;t think they&#x27;ll let you dose yourself with that many X-Rays for fun. Most of these scanners give you voxel data, which you can then threshold some way and generate a water-tight surface which can be turned into an STL and 3D printed<p>The best 3D printer probably uses a stereolithography process. They give the highest detail at the expense of some mechanical properties. An objet might work well, too.
评论 #19575967 未加载
toomuchtodoabout 6 years ago
Consider building off of the work of this artist who did the same.<p><a href="https:&#x2F;&#x2F;www.cnet.com&#x2F;news&#x2F;artist-3d-prints-his-own-skeleton&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.cnet.com&#x2F;news&#x2F;artist-3d-prints-his-own-skeleton&#x2F;</a><p><a href="https:&#x2F;&#x2F;casparberger.nl&#x2F;skeleton&#x2F;" rel="nofollow">https:&#x2F;&#x2F;casparberger.nl&#x2F;skeleton&#x2F;</a>
评论 #19575829 未加载
hprotagonistabout 6 years ago
CT scanners usually speak DICOM. You&#x27;ll have to make a 3D model from those dicom stacks with, e.g., AMIRA[0], then fiddle the facets with Maya or similar, and then you should be able to export to STL from there.<p>[0]<a href="https:&#x2F;&#x2F;www.thermofisher.com&#x2F;us&#x2F;en&#x2F;home&#x2F;industrial&#x2F;electron-microscopy&#x2F;electron-microscopy-instruments-workflow-solutions&#x2F;3d-visualization-analysis-software&#x2F;amira-life-sciences-biomedical.html" rel="nofollow">https:&#x2F;&#x2F;www.thermofisher.com&#x2F;us&#x2F;en&#x2F;home&#x2F;industrial&#x2F;electron-...</a>
MR4Dabout 6 years ago
I mean this as a joke, but only sortof....<p>For my response to #3, an interesting thought would be to have a metal 3D printer (or at least access to one).<p>Not long ago, Bugatti made a 3D printed brake caliper out of titanium that was stronger and lighter than their own highly engineered caliper. [0]<p>Upgrading your skeleton to titanium might not be adamantium, but it sure would be cool if you ever needed the spare parts!<p>Finally, lest you think I was totally out there, SLM Solutions (who printed the caliper for Bugatti), actually has a medical division! [1]<p>[0] - <a href="https:&#x2F;&#x2F;www.tctmagazine.com&#x2F;3d-printing-news&#x2F;bugatti-slm-solutions-metal-3d-printing&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.tctmagazine.com&#x2F;3d-printing-news&#x2F;bugatti-slm-sol...</a><p>[1] - <a href="https:&#x2F;&#x2F;www.slm-solutions.com&#x2F;industries&#x2F;medical-and-dental&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.slm-solutions.com&#x2F;industries&#x2F;medical-and-dental&#x2F;</a>
评论 #19576327 未加载
brianzelipabout 6 years ago
Here&#x27;s a useful video to see &quot;CT scan segmentation&quot; via DICOM files first hand. [0] The video shows a guy segmenting out the mandible from some CT data (and mentions where to find other, open, CT data).<p>itk-snap, the imaging software used in the video, is open source. [1]<p>[0] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=P44m3MZuv5A" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=P44m3MZuv5A</a><p>[1] <a href="http:&#x2F;&#x2F;www.itksnap.org&#x2F;pmwiki&#x2F;pmwiki.php" rel="nofollow">http:&#x2F;&#x2F;www.itksnap.org&#x2F;pmwiki&#x2F;pmwiki.php</a>
skwbabout 6 years ago
I would first start our by using CT since soft tissue subtraction is a very easy task. This is because soft tissue has a certain density compared to bone (houndsfield unit [1].) You would maybe need to smooth for a good 3D print, but it&#x27;s probably an easy starting place. Hell, a quick numpy script could easily do this. I would also poke at radiological scanning softwear (I use Radiant).<p>As far as data sources, I think you can probably find some open source CT scans to do this [2, 3]. There are PLENTY of chest and abdominal open source CT scans that exist. You may need to &quot;mix and match&quot; some body parts, but it wouldn&#x27;t be too hard as long as you&#x27;re using same gendered scans with similar height and anatomical features. Sort of the way they &#x27;interpolate&#x27; for dinosaur bones.<p>Is this for a research project?<p>Good luck!<p>[1]. <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Hounsfield_scale" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Hounsfield_scale</a> [2]. <a href="https:&#x2F;&#x2F;www.ncbi.nlm.nih.gov&#x2F;pmc&#x2F;articles&#x2F;PMC3043884&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.ncbi.nlm.nih.gov&#x2F;pmc&#x2F;articles&#x2F;PMC3043884&#x2F;</a> [3]. <a href="https:&#x2F;&#x2F;www.radrounds.com&#x2F;profiles&#x2F;blogs&#x2F;list-of-open-access-medical-imaging-datasets" rel="nofollow">https:&#x2F;&#x2F;www.radrounds.com&#x2F;profiles&#x2F;blogs&#x2F;list-of-open-access...</a>
gthtjtktabout 6 years ago
You want to spend $10,000+ to &quot;debug&quot; your skeleton, and you&#x27;re currently stuck on the easiest part of that entire process?<p>I think a new hobby is probably the best option here...
评论 #19576231 未加载
downrightmikeabout 6 years ago
You could also print your brain: <a href="https:&#x2F;&#x2F;www.sculpteo.com&#x2F;blog&#x2F;2017&#x2F;11&#x2F;08&#x2F;how-to-3d-print-your-own-brain-using-mri-or-ct-scans-free-software&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.sculpteo.com&#x2F;blog&#x2F;2017&#x2F;11&#x2F;08&#x2F;how-to-3d-print-you...</a>
inetseeabout 6 years ago
The least expensive option I can think of:<p>1: Get a 3d model of a skeleton. (One that you can edit in a free 3D modeling application like Blender, etc.)<p>2: Get a tape measure and a cooperative friend&#x2F;significant other and measure as many of the skeletal dimensions you can without removing that pesky outer wrapping.<p>3: Edit the 3D model to match your measurements.<p>4: Print!
nickthegreekabout 6 years ago
A decent and cheap 3d printer with a large build volume would be the Creality CR-10s. You could print it using PETG filament.
评论 #19576257 未加载
Frost1xabout 6 years ago
I&#x27;ve done quite a bit of 3D modeling using medical imaging working with various MDs for exploratory research projects.<p>For contrast, you&#x27;ll want a CT because MRI typically isn&#x27;t great for bone features but that inherently has radiation exposure which I doubt you&#x27;ll have an MD sign off on if you&#x27;re perfectly healthy. I don&#x27;t recommend this personally but...<p>Ignoring that, most all radiology&#x2F;medical imaging, especially anything CT based, uses DICOM as a standard data format. Many applications can read this data (everything from Photoshop, Matlab&#x2F;Octave to libraries for languages if you want to go that far) but I highly recommend using 3D Slicer for your data processing: <a href="https:&#x2F;&#x2F;www.slicer.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.slicer.org&#x2F;</a><p>It&#x27;s a fantastic piece of software often used in medical research for computational analysis work. It will allow you to import the DICOM data, read the metadata correctly to adjust&#x2F;apply transformations on the data, and position the image frames in space correctly. From those frame stacks, you&#x27;ll be able to do all sorts of things from volumetric viewing (computing interframe voxels), applying pre-mapped imaging specific color maps to the data, 3D volumetric rendering (with stereo support), and slicing&#x2F;clipping which will all be useful.<p>There are lots of tutorials and even videos online for extracting 3D surface meshes from the 3D image data using Slicer. Some automatic thresholding will be useful to speed the process but you&#x27;ll find for ball-and-socket joints, you&#x27;ll have tediously define these regions on the 2D images frame by frame. From my experience the spine is the absolute worst based on the way the 3D geometries interlock. Assuming you have a high enough spatial resolution CT or series of independent CT scans, you&#x27;ll likely need to step through the entire spinal column frame-by0frame to produce quality surface meshes. This process took me a good 4-8 hours just to do 4 lumbar vertebrae on a patient manually (constantly checking 3D geometry references to see if what I was doing was correct).<p>Once you&#x27;re done with all of that, you&#x27;ll then need to export all of these individual surface meshes (I&#x27;m guessing you&#x27;ll want them independently segmented to play with&#x2F;assemble, plus it&#x27;ll likely be needed for 3D printing), you may need to down-sample&#x2F;simplify the surface meshes and smooth them for printing. This can be done with a number of 3D modeling tools like Blender but I recommend Meshlab personally. There are a lot of approaches for this, google is your friend.<p>STL (or other surface mesh formats, say OBJ) will of course lose the DICOM metadata and scaling may become an issue depending on how Slicer exports the data and any additional post-processing you may do, so keep that in mind before printing that scaling may not be 1:1.<p>I used a cheap online printing service for my vertebrae project and scaled one of the lower lumbar vertebrae to about 1&#x2F;7th actual scale for printing and that cost me about $30. A full scale lumbar vertebrae from the same service cost nearly $200 (this was about 6 years ago, no clue what prices are now). There may be better options.<p>You may also need to keep in mind 3D printing limitations during the entire process. Some 3D printers have maximum bounding box sizes (those arms only move so far) so your model can only be so big which may require you to break it into smaller parts and connect back together (glue? IDK, I&#x27;ve never done this). You can also shop around for services that can 3D print larger structures (I&#x27;m sure there&#x27;s plenty) or do it yourself with some hacked out DIY 3D printer.<p>Most of the projects I worked on did this type of work because physically modeling bone in the real world with correct materials is quite difficult due to a lot of factors (I only 3D printed a scaled down vertebrae from one project as a keepsake for the work I did). Bones, for example, have a lot of smaller internal microstructures you may need to account for which was a critical concern since we were attempting to model bone fractures on a specific patient&#x27;s vertebrae for a proposed experimental procedure and new process from a neurosurgeon. If you&#x27;re interested in that sort of modeling, I found voxel based physical modeling techniques that work better than the finite element method&#x2F;finite element analysis the group mechanical engineers suggested (he was comfortable with FEA&#x2F;FEM).<p>The mechanical engineers working with us initially wanted to get cadavers in their lab do various physical stress tests on bone, but that was ruled out early on since we pointed out structural properties of decaying bodies were likely not representative of living bone&#x2F;cellular structures (besides the &quot;hey, dead bodies&#x2F;limbs in our lab&quot; fact)--plus, hey, computational science and modeling is cool ;)
评论 #19578060 未加载
评论 #19579014 未加载
somada141about 6 years ago
So CT would be the best way to get a clearer picture of your own skeleton as high-density structures like bones stand out much better (Hounsfield units and all that). Then you&#x27;d have to segment the skeletal system and do a surface-extraction. I have a decent writeup on how to do that with Python and VTK under [1].<p>MRI might cut it, and unlike CT its not as radioactive, but typically in MR the contrast between soft tissue and bones isn&#x27;t as pronounced so segmentation becomes trickier. I wrote a post on segmenting my own brain from a head MR I had done and as you can see from the pics the bones don&#x27;t stand out [2]. Honestly, I dunno how easy it&#x27;ll be to convince a doctor to write you a referral for a full-body CT scan given the potential health hazards.<p>Then comes the tricky part, no imaging modality or segmentation is perfect and you&#x27;ll end up with a noisy dataset that won&#x27;t play well in 3D printing. Prior to the surface extraction you&#x27;d have to post-process your segmentation to clean little islands of tissue, possibly even manually, and close holes in the segmented structures. A lot of that can be done automatically but you&#x27;ll likely have to do some by hand. Medical image processing frameworks like ITK (and SimpleITK in Python) are your friends.<p>What I&#x27;ve found works very well (large part of my PhD was on medical imaging) is multi-modal imaging where you perform a segmentation on two datasets, e.g., MR and CT, registered to one another so you can best disambiguate between soft tissue and bone [3].<p>You&#x27;d then have to extract the surfaces into something like STL and post-process it in some software like MeshLab [4] to create a smooth mesh which you&#x27;ll extract in a clean STL. That you can print but that&#x27;s when you&#x27;ll have to deal with the quirks of 3D printing. Depending on the filament you use overhangs are gonna become and issue (something about molten plastic and gravity I presume) so you may have to split your model into separate pieces that can be 3D printed (I think the skull will be particularly tricky) and then eg glue them together.<p>Before you go down that rabbit hole I propose you try and print a &#x27;clean&#x27; skull that has already been segmented. I found [5] to be a fantastic resource of anatomical part models! Have a look at [6] on how to configure the interface to get the skull bones.<p>Good luck!<p>[1] <a href="https:&#x2F;&#x2F;pyscience.wordpress.com&#x2F;2014&#x2F;09&#x2F;11&#x2F;surface-extraction-creating-a-mesh-from-pixel-data-using-python-and-vtk&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pyscience.wordpress.com&#x2F;2014&#x2F;09&#x2F;11&#x2F;surface-extractio...</a> [2] <a href="https:&#x2F;&#x2F;pyscience.wordpress.com&#x2F;2014&#x2F;10&#x2F;19&#x2F;image-segmentation-with-python-and-simpleitk&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pyscience.wordpress.com&#x2F;2014&#x2F;10&#x2F;19&#x2F;image-segmentatio...</a> [3] <a href="https:&#x2F;&#x2F;pyscience.wordpress.com&#x2F;2014&#x2F;11&#x2F;02&#x2F;multi-modal-image-segmentation-with-python-simpleitk&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pyscience.wordpress.com&#x2F;2014&#x2F;11&#x2F;02&#x2F;multi-modal-image...</a> [4] <a href="http:&#x2F;&#x2F;www.meshlab.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.meshlab.net&#x2F;</a> [5] <a href="http:&#x2F;&#x2F;lifesciencedb.jp&#x2F;bp3d&#x2F;" rel="nofollow">http:&#x2F;&#x2F;lifesciencedb.jp&#x2F;bp3d&#x2F;</a> [6] <a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;uGqDA5Y" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;uGqDA5Y</a>
评论 #19578908 未加载
zubairqabout 6 years ago
Wow this would be a great thing to try to fix body faults
评论 #19575842 未加载