ALL Metrics
-
Views
-
Downloads
Get PDF
Get XML
Cite
Export
Track
Research Article

3D-printing of porous structures for reproduction of a femoral bone

[version 1; peer review: 2 not approved]
PUBLISHED 06 Jan 2023
Author details Author details
OPEN PEER REVIEW
REVIEWER STATUS

Abstract

Background: 3D-printing has shown potential in several medical advances because of its ability to create patient-specific surgical models and instruments. In fact, this technology makes it possible to acquire and study physical models that accurately reproduce patient-specific anatomy. The challenge is to apply 3D-printing to reproduce the porous structure of a bone tissue, consisting of compact bone, spongy bone and bone marrow.
Methods: An interesting approach is presented here for reproducing the structure of a bone tissue of a femur by 3D-printing porous structure. Through the process of CT segmentation, the distribution of bone density was analysed. In 3D-printing, the bone density was compared with the density of infill.
Results: The zone of compact bone, the zone of spongy bone and the zone of bone marrow can be recognized in the 3D printed model by a porous density additive manufacturing method.
Conclusions: The application of 3D-printing to reproduce a porous structure, such as that of a bone, makes it possible to obtain physical anatomical models that likely represent the internal structure of a bone tissue. This process is low cost and easily reproduced.

Keywords

3D printing, porous strucutre, bone density, CT segmentation, bone model, bone tissue

Introduction

Aging, rising obesity, and a lack of physical activity have all contributed to a significant increase in joint deterioration and bone abnormalities.13 The challenge is focused on making prototypes to replace or support bone parts. It is critical that the implant be functional and remain there without complications or performance deficits. Using traditional two-dimensional radiologic modalities, it is difficult to understand complicated defects, and the evaluation and classification of defects of various kinds are crucial steps to effectively manage clinical conditions. Making three-dimensional models provides both visual and tactile reproduction of bone anatomy, with the potential for better preoperative planning, thus helping to make complex interventions more precise and accurate.4 3D-printing and virtual surgery planning have found significant interest in the field of orthopaedics, leading to considerable advancement in preoperative surgical planning.57 Indeed, it is found that 3D models allow surgeons to visualize anatomy three-dimensionally and aid in the planning and execution of complex surgeries.810 3D printing of porous structure offers an attractive means to improve the fabrication of bone models and facilitate their understanding for both academic studies and surgical planning.1113

Here we present the process of 3D-printed porous structure of a femoral bone composed of different infill densities. Among the print parameters of the slicing software, it is possible to change the infill parameters and obtain a 3D print with differentiated densities, effectively replicating the appearance of a bone tissue: a compact and very dense outer part, a trabecular and less dense inner part, and the hollow marrow in the centre. The three-dimensional reconstruction of the anatomical section was performed following the well-established procedure in previous studies.1416 In brief, by segmentation of medical images from CT scans, different internal zones of the bone are obtained, according to the intensity of the pixels in a grey scale. The study of the distribution of different infill densities as a 3D printing parameter was one of the key points of the research. In particular, the aim was to compare the infill density with the actual bone density obtained by reprocessing medical images. The possibility of obtaining a 3D-printed object that represents a bone both internally and from an external geometric point of view is the main goal of the research. This allows on the one hand a better understanding of the clinical case and on the other hand improves communication in the patient-doctor relationship.17 Moreover, the object studied allows students, professors or doctors to visualise and better understand bone tissue in their studies thanks to an object that faithfully simulates bone tissue. Biomaterials currently used for 3D printing in the medical and orthopaedic fields18,19 include polymers, materials widely used in additive manufacturing because of their ease of structural change due to relatively low melting points;20,21 metals and alloys, including titanium alloy, a compact, lightweight and highly corrosive-resistant material with osteointegrative properties that make it perfect for replacing missing parts or for support during alignment and surgical cutting.22,23 FDM is a manufacturing technology adapted for the fabrication of porous bone tissue at low cost, providing good mechanical properties.2426 In fact, the 3D printing parameters are set by slicing software, which layers the imported 3D model. The formal accuracy is affected by the G-code setting.2729 The affordability and capability of reliably reproducing a model show the value of 3D simulations in preoperative planning and implant trajectory prediction to prevent injury and accidental harm to adjacent bone components.30

The aim of this study is to obtain a low-cost model of a 3D-printed femoral bone with a porous structure that is formally equivalent to its real counterpart. with a view to the potential replacement of a diseased piece of bone tissue, the bone in question must be as suitable as possible for the patient, simulating the appearance and weight of the original bone by reproducing its internal density.

Methods

The study describes a methodological process by which 3D-printed bone tissue can be obtained with a porous structure infill.

Manual reconstruction

Medical images of a right femur of a 30-year-old man were downloaded from an online database. The procedure involves 3D digital reconstruction of the medical images using 3D Slicer v4.11 software,31 which allows a reading based on the Hounsfield scale, indicating the level of radiation absorption by the bone based on its density3235 (Figure 1).

a34c6707-d735-4032-a65e-c91d1d808d36_figure1.gif

Figure 1. 3D Slicer’s interface.

According to the Hounsfield scale, intervals are defined for each area of bone:

  • compact bone: 484 Hu to 1814 Hu;

  • spongy bone: 333 Hu to 484 Hu;

  • marrow: 230 Hu to 333 Hu.

Selecting all the pixels in the region of interest (ROI) produces the three-dimensional anatomical model in which the three zones are placed inside each other. In order to select each of these areas separately, selection masks were defined (Figure 2). Each of this selection masks is identified with a distinct colour. This allows better visualization of the various parts of the 3D model that composed the bone. Once the different areas are identified, only those related to the bone are considered. They can then be exported to an .stl format file.

a34c6707-d735-4032-a65e-c91d1d808d36_figure2.gif

Figure 2. Selection masks: the green mask for compact bone tissue, the yellow mask for spongy tissue and the brown mask for marrow.

Automated reconstruction

To automate the ROI selection process, a script in the Python language was developed that can reprocess a.jpg image of a CT and automatically identify varied selection masks.

Figure 3 shows the flowchart of the script. By introducing an image packet from CT scan, the script converts and reads each image in grayscale, that is, in pixels in a colour scale of 0 to 256 shades of grey ranging from black to white, respectively. Image manipulation from code is possible through dedicated libraries such as OpenCV.36 The script analyses every single pixel in the images starting from the first pixel in the upper left corner and continuing to the right. Once the first row of an image is finished, it starts again by going down one row of pixels and so on. The script assigns each pixel one of 256 values depending on the gradation in the grayscale. Finally, it converts with a proportion the numbers from 0 to 256 into values from 0 to 100 by sending out a text with all the values. Defined three groups, values are assigned for each selection mask:

  • from 0 to 76 in the green mask (white pixel);

  • from 77 to 178 in the yellow selection mask (grey pixel);

  • from 179 to 255 in the brown selection mask (black pixel).

a34c6707-d735-4032-a65e-c91d1d808d36_figure3.gif

Figure 3. Flowchart.

By processing the script, the image is outlined as shown in Figure 4. These three groups identify the three parts that make up the bone. Post-processing was required to exclude areas that are not of interest for selection.

a34c6707-d735-4032-a65e-c91d1d808d36_figure4.gif

Figure 4. Output.

In any case, this automated method needs to be further improved in terms of the pixel selection and categorization process. So, the methodology was carried forward with the manual reconstruction method.

Modeling for 3D printing

3D printing has been the technology used for making the physical anatomical model. However, a model preparation stage is required for additive technology. First, three meshes in .stl format were exported from 3D Slicer. In the digital environment of Blender v3.3.0,37 a series of simple Boolean operations were performed in order to obtain three distinct final models of compact bone, spongy bone and bone marrow, respectively. In order for the models to maintain their relative positions in space in the slicing environment, they were exported in the .3mf format.

The printer used for this study is a Fused Deposition Modeling (FDM) 3D printer, AnyCubic Predator. FDM technology involves the extrusion of thermoplastic materials using a heated nozzle that melts the material and deposits it, layer by layer, on a printing platform until the part is completed.38 PLA was chosen as the printing material because it is inexpensive, dense, versatile and easy to process.39 To obtain the diversity of the densities of the parts to be printed, a conversion comparing the density of bone with that of PLA filler was performed. Specifically, the density value of compact bone (equal to 2 g/cm3) and that of spongy bone (equal to 0.6 g/cm3)40 were compared with the density of PLA (equal to 1.3 g/cm3) (Figure 5).

a34c6707-d735-4032-a65e-c91d1d808d36_figure5.gif

Figure 5. Conversion between the bone density and the PLA density.

Assuming the maximum compact bone density, that is 100% infill, the density of spongy bone will be 46.2%, according to the following proportion:

1.3:100=0.6=x
x=1000.61.3=46.2

Ultimaker Cura v5.0.041 is the slicing software used that allows you to manage printing parameters and export a G-code file. Among the various parameters, including layer height, printing temperature, printing speed, are those related to infill of the various layers. An infill density is set as a single, constant value throughout the object. By importing the three patterns in .3mf format to Ultimaker Cura, different densities can be set for each pattern. Gyroid infill was used since it appears to be the one most like the typical trabecular structure of bone. Applying the parameters shown in Table 1, a preview of the compact bone and the spongy bone is visualized (Figure 6). The 3D print for each zone of different density was made without external walls to achieve a more uniform 3D print object with visibly gradual infill.

Table 1. Main printing parameters.

Layer height0.15 mm
Line width0.30 mm
Wall line count0
Top layers0
Bottom layers0
Infill density100% (compact bone)
46.2% (spongy bone)
0% (bone marrow)
Infill patternGyroid
Printing temperature200 °C
Flow100%
Print speed60 mm/s
Fan speed100%
a34c6707-d735-4032-a65e-c91d1d808d36_figure6.gif

Figure 6. Gyroid pattern with different infill density on Ultimaker Cura.

Results

The reconstruction and processing steps resulted in the three distinct three-dimensional parts of the areas of the bone. The areas of the obtained 3D digital models present smooth and compact surfaces in their entirety, maintaining a true-to-life appearance. Figure 7 shows the three obtained digital models of the bone and Figure 8 shows the final 3D printed models.

a34c6707-d735-4032-a65e-c91d1d808d36_figure7.gif

Figure 7. 3D digital models of the bone: A) compact bone, B) spongy bone and C) bone marrow.

a34c6707-d735-4032-a65e-c91d1d808d36_figure8.gif

Figure 8. 3D printed models.

Discussion

Nowadays, polymeric materials do not reach a density equal to that of compact bone, but it is possible to study which among them can achieve the same mechanical and structural properties with the right printing settings. An interesting example is the use of PEEK or similar materials that can easily reproduce the structure of bone, but their use involves a complicated and expensive process.4244 An interesting possibility is offered by bone tissue printing for the fabrication of fractured parts that should be removed or low in bone density through 3D Bioprinting.45,46 Another improvement concerns the use of an optimized infill for printing bone that is more accurate than the one used and more like a trabecular structure so that it is visually increasingly accurate and close to reality. For the future, it also desired to achieve the possibility of making a print that has not only three different zones but that the variation in density is continuous following the bone matrix and not differentiated by n zones.47 Another future development concerns the improvement of automation for the reconstruction phase to have an increasingly accurate as well as fast method.48

Conclusion

By focusing on patient specifics, 3D printing technology in orthopaedics can improve the understanding of clinical cases by creating patient-specific anatomical models. One interesting method to improve the creation of bone models and make them easier to understand for both academic research and surgical planning is variable density 3D printing. 3D printing porous structure allows to obtain an anatomical model that better represents its realistic counterpart in terms of shape, surface area, and weight. By three-dimensional reconstruction of a CT image of a femoral bone, interpreting zones of different densities, it is possible to obtain three zones corresponding to compact bone, spongy bone, and bone marrow, respectively. This process can be done in manual or semi-automatic mode, with a strong potential for automation. This involves writing an articulated computer language code to select and distinguish the different pixels constituting a CT image and categorize them automatically according to their intensity. Finally, through slicing software it is possible to customize the printing parameters, applying different infill densities per part, resulting in a 3D printed object with porous structure. The most interesting application of this process is precisely in making more lifelike bone structures, ensuring eventual comparable replacement. This study is a first approach to obtain a first 3D print model with porous structure. As a future development, it is important to achieve mechanical characteristics comparable to those of real bone tissue. It is first necessary to identify a material with suitable characteristics both structurally and biocompatibility for this application. Finally, it is good to optimize the internal infill geometry that ensures on the one hand the maintenance of mechanical characteristics and on the other hand a good surgical integration.

Comments on this article Comments (0)

Version 1
VERSION 1 PUBLISHED 06 Jan 2023
Comment
Author details Author details
Competing interests
Grant information
Copyright
Download
 
Export To
metrics
Views Downloads
F1000Research - -
PubMed Central
Data from PMC are received and updated monthly.
- -
Citations
CITE
how to cite this article
Alessandri G, Santi GM, Martelli P et al. 3D-printing of porous structures for reproduction of a femoral bone [version 1; peer review: 2 not approved]. F1000Research 2023, 12:17 (https://doi.org/10.12688/f1000research.129267.1)
NOTE: If applicable, it is important to ensure the information in square brackets after the title is included in all citations of this article.
track
receive updates on this article
Track an article to receive email alerts on any updates to this article.

Open Peer Review

Current Reviewer Status: ?
Key to Reviewer Statuses VIEW
ApprovedThe paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approvedFundamental flaws in the paper seriously undermine the findings and conclusions
Version 1
VERSION 1
PUBLISHED 06 Jan 2023
Views
10
Cite
Reviewer Report 12 Jun 2024
Marie-Luise Wille, Queensland University of Technology, Brisbane, QLD, Australia 
Not Approved
VIEWS 10
The authors present an approach to replicate a femoral bone via 3D printing and present a visually appealing anatomical model. 
However, in its current form the manuscript does not fulfill the requirements for indexing. It is unclear which aim ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Wille ML. Reviewer Report For: 3D-printing of porous structures for reproduction of a femoral bone [version 1; peer review: 2 not approved]. F1000Research 2023, 12:17 (https://doi.org/10.5256/f1000research.141938.r273191)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
Views
12
Cite
Reviewer Report 29 May 2024
Hannah S., Drexel University (Ringgold ID: 6527), Philadelphia, Pennsylvania, USA 
Not Approved
VIEWS 12
Overall, while the authors should be commended for their attempt at improving patient-specific 3D printed models, the work falls short in terms of any scientific rigor, especially compared to other similar research. Specific comments are provided below.

... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
S. H. Reviewer Report For: 3D-printing of porous structures for reproduction of a femoral bone [version 1; peer review: 2 not approved]. F1000Research 2023, 12:17 (https://doi.org/10.5256/f1000research.141938.r228051)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.

Comments on this article Comments (0)

Version 1
VERSION 1 PUBLISHED 06 Jan 2023
Comment
Alongside their report, reviewers assign a status to the article:
Approved - the paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations - A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approved - fundamental flaws in the paper seriously undermine the findings and conclusions
Sign In
If you've forgotten your password, please enter your email address below and we'll send you instructions on how to reset your password.

The email address should be the one you originally registered with F1000.

Email address not valid, please try again

You registered with F1000 via Google, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Google account password, please click here.

You registered with F1000 via Facebook, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Facebook account password, please click here.

Code not correct, please try again
Email us for further assistance.
Server error, please try again.