Jump to content

3D Printing Tutorial: Introduction to Free and Open-Source Software, 3D Slicer, MeshMixer, democratiz3D. From the 2018 RSNA Meeting


Dr. Mike

7,247 views

This tutorial is based on course I taught at the 2018 RSNA meeting in Chicago, Illinois. It is shared here free to the public. In this tutorial, we walk though how to convert a CT scan of the face into a 3D printable file, ready to be sent to a 3D printer. The patient had a gunshot wound to the face. We use only free or open-source software and services for this tutorial.

 

There are two parts to this tutorial:

  • Part 1: How to use free desktop software to create your model
  • Part 2: Use embodi3D's free democratiz3D service to automatically create your model

 

large.5bfc4246a3725_34finalfile.jpg

 

Key Takeaway from this Tutorial:

You can make high quality 3D printable models from medical imaging scans using FREE software and services, and it is surprisingly EASY.

 

 

A note on the FDA (for USA people):

There is a lot of confusion about whether expensive, FDA-approved software must be used for medically-related 3D printing in the United States. The FDA recently clarified its stance on the issue.* If you are not using these models for patient-care purposes, this does not concern you. If you have questions please see the FDA website.

 

 

  • If you are a DOCTOR, you can use whatever software you think is appropriate for your circumstances under your practice of medicine.
  • If you are a COMPANY, selling 3D printed models for diagnostic use, you need FDA-approved software.
  • If you are designing implants or surgical cutting guides, those are medical devices. Seek FDA feedback.

 

*Kiarashi, N. FDA Current Practices and Regulations, FDA/CDRH-RSNA SIG Meeting on 3D Printed Patient-
Specific Anatomic Models. Available at https://www.fda.gov/downloads/MedicalDevices/NewsEvents/WorkshopsConferences/UCM575723.pdf Accessed 11/1/2017.

 

Part 1: Using Desktop software 3D Slicer and Meshmixer


Step 1: Download the scan file and required software

To start, download the starting CT scan file at the link below. Also, install 3D Slicer (slicer.org) and Meshmixer (meshmixer.com).

 

 

Step 2: Open 3D Slicer

Open Slicer. Drag and drop the scan file gunshot to face.nrrd onto the slicer window. The scan should open in a 4 panel view as shown below in Figure 1.

large.5bfc6406267fd_014upview.png

Figure 1: The 4 up view.

 

If your view does not look like this, you can set the 4 up view to display by clicking Four-Up from the View menu, as shown in Figure 2

 

large.5bfc640765bc7_02viewbutton.png

Figure 2: Choosing the four-up view

 

Step 3: Learning to control the interface

Slicer has basic interface controls. Try them out and become accustomed to how the interface works. Note how the patient has injuries from gunshot wound to the face.

  • Left mouse button – Window/Level
  • Right mouse button – Zoom
  • Scroll wheel – Scroll through stack
  • Middle mouse button -- Pan

 

Step 4: Blur the image

The CT scan was created using a bone reconstruction kernel. Basically this is an image-enhancement algorithm that makes edges more prominent, which makes detection of fractures easier to see by the human eye. While making fracture detection easier, this algorithm does unnaturally alter the image and makes it appear more "speckled" 

 

large.5bfc65368b508_03noiseduetoimageenhancement.png

Figure 3: Noisy, "speckled" appearance of the scan on close up view

 

To fix this issue, we will slightly blur the image. Select Gaussian Blur Image Filter as shown below in Figure 4

 

large.5bfcf0cc41350_04gaussianselection.png

Figure 4: Choosing the Gaussian Blur Image Filter

 

Set up the Gaussian Blur parameters. Set Sigma = 1.0. Set the input volume to be Gunshot to face. Create a new output volume called "Gaussian volume" as shown in Figure 5.

 

large.5bfcf0cd5002e_05gaussianparameters.png

Figure 5: Setting up the Gaussian parameters

 

When ready, click Apply, as shown in Figure 6. You will notice that the scan becomes slightly blurred.

large.5bfcf0cdd077c_06gaussianapply.png

Figure 6: Click Apply to start the Gaussian Blur Image filter.

 

Step 5: Create a 3D model using Grayscale Model Maker

 

Open the Grayscale Model Maker Module as shown below in Figure 7.

 

large.5bfceede8b559_07opengrayscalemm.png

Figure 7: Opening the Grayscale Model Maker

 

Set up the Grayscale Model Maker parameters. Select the Gaussian volume as the input volume, as shown in Figure 8.

 

large.5bfceedf69b79_08choosegaussianvolume.png

Figure 8: Choosing the input volume in Grayscale Model Maker


Next, set the output geometry to be a new model called "gunshot model." Set the other parameters: Threshold = 200, smooth 15, Decimate 0.5, Split normals unchecked as shown in Figure 9.

large.5bfceee027a7a_09GMMsettings.png

Figure 9: Grayscale Model maker parameters

 

When done, click Apply. A new model should be created and will be shown in the upper right hand panel, as shown in Figure 10.

large.5bfceee110712_10newmodelin3dwindow.png

Figure 10: The new model

 

Step 6: Save the model as an STL file

 

To start saving the model, click the save button in the upper left of the Slicer window as shown in Figure 11.

large.5bfceee1dd4fd_11savebutton.png

Figure 11: The save button

 

Be sure that only the 3D model, gunshot model.vtk is selected. Uncheck everything else, as shown in Figure 12.

 

large.5bfceee274302_12savedialog.png

Figure 12: The Save dialog. Check the vtk file

 

Make sure the format of the 3D model is STL as shown in Figure 13. Specify the folder to save into, as shown in Figure 14.

large.5bfceee330a84_13settoSTL.png

Figure 13: Specify the file type

 

large.5bfceee3c4b03_14specifydirectoryandsave.png

Figure 14: Specify the folder to save into within the Save dialog.

 

Step 7: Open the file in Meshmixer for cleanup

 

Open Meshmixer. Drag and drop the newly created STL file on the meshmixer window. The file will open and the model will be displayed as in Figure 15.

 

large.5bfceee54254a_15Askullinmeshmixer.png

Figure 15: open the STL file in Meshmixer

 

Get accustomed to the Meshmixer interface as shown in Figure 16. A 3 button mouse is very helpful.

large.5bfceee672a91_16meshmixercontrols.png

Figure 16: Controlling the Meshmixer user interface

 

Choose the Select tool. In is the arrow button along the left of the window.

large.5bfceee70efa5_17selecttool.png

Figure 17: The select tool

 

Click on a portion of the model. The selected portion will turn orange, as shown in Figure 18.

large.5bfceee81130a_18selectmodel.png

Figure 18: Selected areas turn orange.

 

Expand the small selected area to all mesh connected to it. Use Select->Modify->Expand to Connected, or hit the E key. The entire model should turn orange. See Figure 19.

 

large.5bfceee9603d7_19expandselection.png

Figure 19: Expanding the selection to all connected mesh.

 

Next, Invert the selection so that only disconneced, unwanted mesh is selected. Do this with Select->Modify->Invert, or hit the I key as shown in Figure 20.

large.5bfceeeabb1e8_20invertselection.png

Figure 20: Inverting the selection

 

At this point, only the unwanted, disconnected mesh should be selected in orange. Delete the unwanted mesh using Select->Edit->Discard, or use the X or DELETE key as shown in Figure 21. At this point, only the desired mesh should remain.

large.5bfceeec22e07_21deleteselection.png

Figure 21: Deleting unwanted mesh.

 

Step 8: Run the Inspector tool

 

The Inspector tool will automatically fix most errors in the model mesh. To open it, choose Analysis->Inspector as shown in Figure 22.

large.5bfceeed89e3b_22Runinspector.png

Figure 22: The Inspector tool

 

The Inspector will identify all of the errors in the mesh. To automatically correct these mesh errors, click Auto Repair All as shown in Figure 23.

 

large.5bfceeef1c231_23Inspectorerrors.png

Figure 23: Auto Repairing using Inspector

 

The Inspector will usually fix all or most errors. In this case however, there is a large hole at the edge of the model where the border of the scan zone was. The Inspector doesn't know how to close it. This is shown in Figure 24.

 

large.5bfceef0a357c_24Inspectorresults.png

Figure 24: The inspect could not fix 1 mesh error

 

Step 9: Close the remaining hole with manual bridges

 

Using the select tool, select a zone of mesh near the open edge. The Select tool is opened with the arrow button along the left. Choose a brush size -- 40 is good -- as shown in Figure 25.

 

large.5bfceef27b590_25selecttool.png

Figure 25: Choosing the select tool

 

The mesh should turn orange when selected, as shown in Figure 26.

 

large.5bfceef42f92f_26selectanareaalongtheedge.png

Figure 26: Selected mesh turns orange.

 

Next, rotate the model and select a zone of mesh opposite the edge from the first selected zone, as shown in Figure 27. 

large.5bfceef5b2cbe_27selectoppositeedge.png

Figure 27: Selecting mesh opposite the defect.

 

Once both edges are selected, create a bridge of mesh spanning the two selected areas using the Bridge operation: Select->Edit->Bridge, or CTRL-B, as shown in Figure 28.large.5bfceef6a8ab4_28bridge.png

Figure 28: The bridge tool

 

There should now be a bridge of orange mesh spanning the gap. Click Accept, as shown in Figure 29.

large.5bfceef820ddf_29bridgeresult.png

Figure 29: The new bridge. Be sure to click Accept.

 

Next, repeat the bridge on the opposite side of the skull. Be sure to deselect the previously selected mesh before working on the opposite side, as shown in Figure 30.

large.5bfceef97f99e_30repeatbridge.png

Figure 30: Creating a second bridge on the opposite side.

 

Step 10: Rerun the Inspector

 

Rerun the Inspector tool, as shown in Figure 31. Now with the bridges to "help" Meshmixer to know how to fill in the hole, it should succeed. If it fails, create more bridges and try again.

 

large.5bfceefb2d649_31rerunInspector.png

Figure 31: Rerun the Inspector tool

 

Next, export your file to STL. 

large.5bfceefcd9119_32exportfile.png'

Figure 32: Export to STL

 

Step 11: 3D print your file!

 

Your STL file is now ready to be sent to the 3D printer of your choice. Figure 33 shows the model after printing.

large.5bfcef084e9a9_34finalfile.jpg

Figure 33: The final print

 

Part 2: Using the democratiz3D service on embodi3d.com

 

democratiz3D automatically converts scans to 3D printable models. It automates the mesh cleanup process and saves time. The service is free for general bone model creation. 

 

Step 1: Register

Register for a free embodi3D account. The process takes only a minute. You need an account for your processed files to be saved to.

 

Step 2: Upload the NRRD source scan to democratiz3D.

 

From anywhere in the site, click democratiz3D-> Launch App

 

image.png

Figure 34: Launching the democratiz3D app.

 

Fill out basic information about your file. That information will be copied to your generated STL file, as shown in Figure 35.

 

large.5bfcef0905d27_35democratiz3dform.png

Figure 35: Entering basic file information

 

Make sure democratiz3D processing is on. Choose an operation to convert your model. Set threshold to 200, as shown in Figure 36.large.5bfcef0d00afe_36democratiz3dops.png

Figure 36: Operation, threshold, and quality parameters.

 

Click Submit! In 10 to 15 minutes your model should be done. You will receive an email notification. The completed model file will be saved under your account. Download the file and send it to your printer of choice!

 

image.png

Figure 37; The final democratiz3D file, ready for download.

 

That's it! I hope this tutorial was helpful to you. If you liked it, please rate it positively. If you want to learn more about democratiz3D, Meshmixer, or Slicer, please see our tutorials page. It has a lot of wonderful resources. Happy 3D printing!

 

image.png

1 Comment


Recommended Comments

Great tutorial, very complete and well thought out. Do you prefer 3Dslicer to Horos? Are there advantages or quality differences worth mentioning? Will the Democtatiz3D app offer vasculature as an operation in the future?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...