Figures
Abstract
Despite the advantages of additive manufacturing, its widespread adoption is still hindered by the poor quality of the fabricated parts. Advanced machine learning techniques to predict part quality can improve repeatability and open additive manufacturing to various industries. This study aims to accurately predict the relative density, surface roughness and hardness of AlSi10Mg samples produced by selective laser melting regarding process parameters such as scan speed, layer thickness, laser power, and hatch distance. For this purpose, data including porosity, surface hardness, and roughness were extracted from the literature, and additional measurements were performed on additive manufactured samples in the current work. This work compares five supervised machine learning algorithms, including artificial neural networks, support vector regression, kernel ridge regression, random forest, and Lasso regression. These models are evaluated based on the coefficient of determination and the mean squared error. On the basis of the computational results, the artificial neural network outperformed in predicting relative density, surface roughness, and hardness. Feature importance analysis on the compiled dataset using ANN revealed that laser power and scan speed are the most important features affecting relative density (e.g., porosity) and hardness, while scan speed and layer thickness significantly impact the surface roughness of the parts. The study identified an optimal laser power and scan speed region that achieves a relative density > 99%, surface roughness < 10 µm, and hardness > 120 HV. The results presented in this study provide significant advantages for additive manufacturing, potentially reducing experimentation costs by identifying the process parameters that optimize the quality of the fabricated parts.
Citation: Alamri F, Barsoum I, Bojanampati S, Maalouf M (2025) Prediction of porosity, hardness and surface roughness in additive manufactured AlSi10Mg samples. PLoS ONE 20(3): e0316600. https://doi.org/10.1371/journal.pone.0316600
Editor: Antonio Riveiro Rodríguez, University of Vigo, SPAIN
Received: June 13, 2024; Accepted: December 15, 2024; Published: March 10, 2025
Copyright: © 2025 Alamri et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: All relevant data are within the manuscript and its Supporting Information files.
Funding: Khalifa University RCII-2019-003. The authors received no specific funding for this work.
Competing interests: The authors have declared that no competing interests exist.
1. Introduction
Additive Manufacturing (AM) is a process of joining materials to produce objects from 3D model data, commonly layer by layer, in contrast to subtractive manufacturing and machining methods [1–4]. Over the last few decades, public interest in innovation and the improvement of AM technologies has risen dramatically. Compared to traditional subtractive manufacturing methods, AM has been proven to be capable of improving manufacturing complexity, reducing production time and cost, and improving customization levels [5]. However, despite these numerous benefits, the comprehensive implementation of AM techniques has been somewhat overlooked due to concerns surrounding the ultimate quality of the parts, such as long build times, rough surface finish, and inadequate dimensional accuracy [6]. To produce a more attractive product, the process parameters can be adjusted to improve the quality of the fabricated parts.
AM has several processes that are used in applications across a wide range of industries. The AM processes can be divided into three categories based on the raw materials used: AM based on liquids, solids and powders [7]. Laser-based powder metal AM technology has been growing steadily in recent years [8], due to its accuracy rate, dimensional stability, and mechanical strength [9]. This technology has been finding applications in various industries such as manufacturing complex geometries and structures for automotive and aerospace parts, and medical implants [8].
Selective laser melting (SLM) is a type of laser powder bed fusion (L-PBF) that produces metallic parts from powder. In this process, laser beams with high power are used to fuse fine metallic particles layer by layer to create 3D parts. Various parameters such as material qualities, powder properties, and machine specifications affect the characteristics of the fabricated parts. In addition, aspects of the manufacturing process, such as scan speed, laser power, layer thickness, and hatch distance, can have a significant influence on the performance characteristics of parts manufactured using SLM [10]. In addition, the energy density, which is a combination of these process parameters, plays a crucial role in the overall performance of parts manufactured using SLM. The energy density refers to the amount of energy supplied per unit of volume, which can be determined using the formula ED = P/ (v × h × l). This equation takes into account laser power (P), scan speed (v), hatch distance (h) and layer thickness (l) to quantify the energy density in joules per cubic millimeter (J mm • 3).
A poor combination of parameters might result in inadequate powder fusion, the occurrence of the balling phenomenon, and the formation of keyholes [10]. These mechanisms can influence the mechanical properties and final microstructure of the fabricated parts (e.g., relative density, surface roughness, and hardness). The lack of fusion arises when the substrate is not sufficiently melted to a substantial depth, which causes voids to form in between laser scans [11]. Balling refers to periodic changes in size and shape due to capillary-driven instabilities in the molten pool. These oscillations restrict the resolution of SLM by causing discontinuous tracks, thus causing the formation of voids, increasing the surface roughness, and impeding the formation of extremely precise geometries [11–13]. While keyholing is a result of the recoil pressure generated by the intense vaporization occurring directly beneath the laser at high energy densities.
The achievement of a high-quality part is a significant concern in SLM. The formation of pores in fabricated parts using SLM can have deleterious consequences for the life of fatigue and the ductility of parts [14]. Moreover, poor surface quality could require lengthy and costly post-production finishing processes, which are often performed manually due to the complex shapes of the parts produced, thereby undermining the benefits of utilizing additive manufacturing techniques for industrial production [12]. Hardness is also of significant importance for SLM, as it influences the strength, durability, and dimensional stability of fabricated parts. Lower hardness generally results in lower resistance to deformation, wear, and fatigue.
Hence, understanding the impact of various 3D printing parameters on the process outcome is crucial for the fabrication of high-quality SLM parts, making the SLM process a significant focus of extensive research endeavors. Abdulla et al. [4] found that relative density is significantly impacted by laser power and scanning speed of components: the use of high speed and high power leads to better densification of samples. Kamath et al. [15] found that selecting an excessively high power for a specific speed can cause overheating, resulting in deeper laser penetration and the formation of pores filled with inert gas. Furthermore, Zhang et al. [16] found that an increase in laser power leads to an enlargement of the grain size or pores, whereas an increase in scanning speed results in a reduction of the grain size. According to the Hall-Petch effect, as the grain size of a material decreases, its strength increases. For surface roughness, Sadali et al. [17] examined the relationship between scanning speed and surface roughness. The study found that when the scanning speed increases, the surface roughness exhibits a parabolic pattern, initially increasing and then decreasing. Delgado et al. [18], Kempen et al. [19], and Song et al. [20] studied the relationship between hardness and scan speed and found that hardness and scan speed are inversely related. Significant benefits and enhancements can be realized during the planning of the SLM production process by predicting surface roughness [12], relative density and hardness in advance using process parameters.
Modeling of AM processes is essential for estimating part performance characteristics and optimizing process parameters. Adjusting the process parameters can improve different properties of the fabricated parts, such as relative density, surface roughness, and hardness. This can be done by using several data-driven methods, such as empirical, experimental, statistical, and machine learning algorithms, to model various AM processes and optimize them. Machine learning algorithms offer opportunities to accurately analyze performance characteristics such as relative density (RD), surface roughness, and hardness of 3D printed parts to improve SLM processes due to the non-linearity and complexity of AM.
Significant research has been conducted to evaluate the potential application of advanced ML processes to predict various product properties and improve the quality of AM outcomes [21–24]. Studies have focused on improving SLM processes to improve the quality of final products [25]. There are many ML algorithms, including genetic algorithms, support vector machines (SVMs), and artificial neural networks (ANN) that effectively model complex systems. In applications associated with materials design, kernel ridge regression (KRR) and support vector regression (SVR) have shown promising results.
Different ML algorithms have been applied to model and predict the relative density or porosity of SLM-fabricated parts. Barrionuevo et al. [26] used decision trees, SVR, gradient booster, multilayer perceptron (MLP) and the Gaussian process to predict RD of 316L fabricated parts, and the results revealed that MLP achieved the highest accuracy based on the coefficient of determination (R2) and the root mean square error (RMSE). Abdulla et al. [3,4] compared and evaluated the performance of KRR, ridge regression and SVR in predicting RD of 316L stainless steel samples and found that KRR generated the highest accuracy in terms of R2 and mean square error (MSE). Gor et al. [27] implemented K-nearest neighbour (KNN), ANN, linear regression, and SVM to create a density prediction model. The study by Gor et al. [27] revealed that ANN outperformed other models in predicting the relative density of 316L stainless steel build parts. XGBoost (a gradient-boosting decision tree), SVR and ANN were developed by Zou et al. [28] to analyze the relative density of Ti-6Al-4V parts. The study found that the optimized XGBoost has a better performance indicator based on R2, RMSE, and mean absolute error (MAE).
ML has also been used to predict the surface roughness and hardness of parts fabricated using SLM. Zhang et al. [29] investigated the roughness of the upper surface of 316L stainless steel using backpropagation neural networks (BPNN) with one output and three input parameters. The high-precision accuracy provided by the BPNN model can be leveraged in SLM process optimization. Soler et al. [30] developed an ANN algorithm to predict surface roughness of Ti6Al4V fabricated parts using SLM. Gogulamudi et al. [31], used ANN with a feedforward backpropagation algorithm to predict the surface roughness and hardness of AlSi10Mg parts printed using SLM.
ML methods such as ANN and SVM have shown great promise in accurately predicting surface roughness and relative density, or porosity, of the 3D printed metals [27]. However, research on the application of ML methods to predict surface hardness of 3D printed metallic materials and the amount of data available to develop such models is limited. Particularly, there is little research that simultaneously attempted to predict relative density, surface roughness, and hardness of 3D printed AlSi10Mg samples, with respect to SLM printing parameters, using ML methods.
The processing of SLM Al-Si alloys, especially AlSi10Mg, has received more attention recently due to their promising lightweight applications [32]. AlSi10Mg alloy has been widely used in aerospace, automotive, and domestic industries due to its low density, high strength, and corrosion resistance [33–34]. Several studies have focused on optimizing the process parameters of AlSi10Mg to overcome the limitations inherent to the SLM process. Aboulkhair et al. [35] highlighted the challenges associated with part density and surface roughness and emphasized the importance of adjusting laser power and scanning speed to improve the quality of SLM-processed parts. Maamoun et al. [36] further examined the effects of energy density and powder characteristics on the mechanical properties and surface finish of AlSi10Mg parts, showing that careful tuning of these parameters can enhance part quality and reduce the need for post-processing. However, the AlSi10Mg fabricated parts still do not consistently meet the stringent requirements for industrial applications due to the aforementioned drawbacks of SLM [32].
The primary challenge lies in the inability to reliably predict and optimize the key quality parameters—relative density, surface roughness, and hardness—of AlSi10Mg parts produced by SLM. Current approaches have not extensively addressed the non-linear interactions between process parameters that influence these properties, leaving a gap in achieving the necessary part qualities.
Therefore, this study will further contribute to the literature to address these demerits by constructing a comprehensive data set from the literature and laboratory experiments to evaluate the possibilities of using machine learning algorithms to predict the relative density, surface roughness and hardness of AlSi10Mg fabricated parts. The ML algorithms that are considered in this study are SVR, KRR, random forest (RF), Lasso regression, and ANN. The SLM process parameters considered in this study are the hatch distance, layer thickness, laser power, and speed. Based on leave-one-out cross-validation (LOOCV), the models are evaluated by the MSE and R2 between the predicted and actual values.
The following sections of the paper are organized as follows. Section 2 presents the methodology used to compile the data set from sources in the literature, describes the experimental procedure used to measure relative density, roughness of the surface, and hardness, and provides an explanation of the machine learning models employed in the study. Subsequently, Section 3 presents the analytical and numerical results obtained and discusses the notable findings. Finally, Section 4 offers the concluding remarks.
2. Methodology
The methodology used in this study to predict the relative density, surface roughness, and hardness of the fabricated samples can be summarized in three steps: data collection, model building, and model validation, as illustrated in Fig 1. In the data collection phase, the AlSi10Mg data were compiled from both data from the literature and the experimental data collected for this study. The data was then cleaned and split into training and testing sets. The algorithms used in this study were trained using Leave-One-Out Cross-Validation (LOOCV) and subsequently evaluated. Finally, these models were tested on the test data set to assess their performance.
2.1. Material
In this study, a commercial grade EOS AlSi10Mg powder with a spherical shape and particle size distribution of 25-70 μm was used to produce specimens using SLM. Fig 2(a), and 2(b) shows a scanning electron microscopy (SEM) image of the AlSi10Mg powder, and Gaussian curve of the particle size distribution respectively. The chemical composition of the powder is shown in Table 1.
2.2. Data collection from literature
The data used in this research were obtained from both sources from the literature and experimental measurements, focusing on the relative density, surface roughness, and hardness of AlSi10Mg samples fabricated using selective laser melting (SLM). These properties were examined under various process parameters, including laser power, hatch distance, scan speed, and layer thickness. The experimental conditions from the literature are detailed in Tables 2–4 for relative density, surface roughness, and hardness, respectively. The compiled datasets for these properties are summarized in S1, S2, and S3 Tables in the supplementary materials.
2.2.1 Selection criteria for literature data.
The selection of sources from the literature followed specific criteria to ensure both the relevance and quality of the data set.
Relevance
: Only studies directly addressing SLM of AlSi10Mg with detailed experimental data were included. These studies focused on the effects of key process parameters on material properties.
Experimental rigor
: Priority was given to studies that provided comprehensive descriptions of their experimental setups, including the types of SLM machines used, the process parameters, and methods for measuring relative density, surface roughness, and hardness.
Data completeness
: The selected studies offered complete data sets that encompass all necessary process parameters and the corresponding material property measurements. The specific experimental conditions for each study are presented in Tables 2, 3, and 4, with the data compiled summarized in S1, S2, and S3 Tables in the supplementary materials.
2.2.2 Evaluation of data quality and handling of bias.
To ensure high data quality and mitigate potential biases, the following steps were implemented:
- Cross-Verification: Data points were cross-referenced between multiple studies to identify and exclude any outliers or inconsistencies, minimizing the impact of methodological differences.
- Normalization: Differences in SLM machine specifications, powder characteristics, and measurement techniques were addressed by normalizing the data, ensuring consistent and accurate model training across sources.
- Bias Identification: Potential biases, such as machine setting variations or powder properties, were carefully identified. Data from studies with significantly different powder particle sizes or laser power ranges were either weighted accordingly or excluded to avoid undue influence on the results.
2.2.3 Integration with experimental data.
To complement the data in the literature, experimental measurements were performed on AlSi10Mg samples fabricated using the EOS M400-4 SLM machine. These measurements extended the range of process parameters beyond those explored in the literature, resulting in a more comprehensive data set. The combined data, detailed in S1, S2, and S3 Tables in the supplementary materials, enhanced the predictive power of the machine learning models employed in this study, leading to more robust and accurate predictions.
2.3. Experimental procedure
2.3.1. Design of experiments (DOE) .
To design the experimental scheme, a design of experiments (DOE) using a Response Surface Methodology (RSM) is used. RSM’s most widely used technique, Central Composite Design (CCD) [53], was implemented. The factors used in this experiment are laser power, scanning speed, hatch distance, and layer thickness. Each input factor corresponded to five different levels with intervals of (–2, 2) in DOE. The maximum and minimum levels for each factor were specified based on the ranges of data from the literature and the capabilities of the machine.
Specimens with cubical dimensions of 10 × 10 × 10 mm3 as shown in Fig 3 were fabricated using laser powder-bed fusion (LPBF) technique with an EOS M400-4 AM machine [54]. The architecture of this machine is an open source allowing to print with various sets of process parameters, such as laser power, hatch distance, scan speed, and layer thickness. The machine is equipped with four 400 W fiber lasers, with a maximum scan speed up to 7000 mm/s and has a 400 × 400 × 400 mm total build volume. The build plate was preheated to a temperature between 145 and 165°C prior and during the printing process. One sample was printed for each process parameter set, resulting in 25 printed cubic samples.
2.3.2. Density measurement.
The densities of the samples were measured using the Archimedes method by weighing the samples in air and the amount of water displaced using the AS 220.R2 Analytical Balance weighing chamber. Relative density values are defined as the ratio between the measured density of each of the printed samples and the bulk density of the AlSi10Mg alloy (e.g., 2.65 g/cm3).
2.3.3. Surface roughness measurement.
Roughness analyzes of as-printed samples were performed with the Alicona InfiniteFocusG5 [55] machine. Measurements were taken in the X-Y plane with a 5x objective lens to test the top surface with an area of approximately 8 × 8 mm2 as illustrated in Fig 4. The cutoff wavelength used for each profile analyzed was aligned with the EN ISO 116610 and ISO 4288 standards.
2.3.4. Hardness measurement.
After the surface roughness measurements, the microhardness of the AlSi10Mg samples were measured using a Vickers hardness test (HV 5.0) test with a load of 5.0 kg. Measurements were taken according to ASTM E384-17 [56] using a Struers/ Emco-Test Duramiin-A2500 machine. First, samples were sandblasted to remove residual powder and then mounted using a thermosetting resin with a Struers Prontopress-10 machine. Next step involved grinding and polishing with a Terapol-21 machine, beginning with coarse and fine grinding followed by rough and fine polishing using diamond abrasives at various loads and speeds, with details as specified in Table 5 below. Lastly, for the microstructural characterization, samples were etched for thirteen seconds with Keller’s reagent, consisting of a mixture of hydrofluoric, hydrochloric, and nitric acids diluted in water, applied via swab for detailed surface analysis.
2.4. Data pre-processing
The data from the literature and experiments contained 221 observations for relative density, 114 observations for surface roughness, and 55 observations for hardness. The data cleansing process began by identifying potential outliers based on the least squares regression’s standardized residuals. Standardized residuals should fall between -2 and 2, and any observation with a standard residual greater than 3 in absolute value is considered an outlier and is removed [57]. After the removal of outliers, the data sets were reduced to 218, 110, and 52 observations, for relative density, surface roughness, and hardness, respectively, suitable for data analysis and modeling. The data covariates were then normalized to have a mean of zero and a unit standard deviation. The size of the surface roughness and hardness data sets constructed in this study is approximately six times and three times larger, respectively, than the data used in [31] (that is, 20 points), highlighting the reliability of this study.
2.5. Machine learning algorithms
In this study, we use five distinct machine learning algorithms to model the relationships between the selective laser melting (SLM) process parameters and the resulting properties of AlSi10Mg samples, such as surface roughness, relative density, and hardness. The selected algorithms—Artificial Neural Networks (ANN), Support Vector Regression (SVR), Kernel Ridge Regression (KRR), Random Forest (RF) and Lasso Regression—were chosen for their complementary strengths, allowing for a comprehensive comparative analysis of predictive modeling techniques in the context of SLM.
2.5.1. Lasso regression.
Lasso Regression, or Least Absolute Shrinkage and Selection Operator, was included for its ability to perform variable selection and regularization, thus improving the model’s simplicity and interpretability. Lasso helps identify the most significant process parameters by shrinking the coefficients of less important variables to zero. Lasso effectively reduces model complexity and avoids overfitting, which is crucial when working with data sets with correlated features [58].
Lasso uses L1 regularization to penalize and shrink the coefficients of the less important variables toward zero, resulting in a model with only the most important features selected [58]. The regularization term is a penalty term commonly denoted by lambda ( ), which is multiplied by the absolute value of the coefficient. The Lasso loss function can be mathematically expressed as shown in Equation (1) [58]:
where λ. is the regularization (penalty) term, X is an matrix, and y is the outcome vector.
2.5.2. Kernel ridge regression (KRR).
Ridge Regression (RR) addresses the problem of multicollinearity of linear models of the form through the addition of the regularization parameter
to the loss function [59], as expressed in Equation (2):
The solution to (2) is given by where I is a
identity matrix. The coefficient vector β can be expressed as a linear combination of the data points such that
[4]. This leads to Equation (3):
where the matrix is a Gram matrix.
Kernel Ridge Regression (KRR) addresses the non-linearity in data by applying a mapping function that maps the data to a higher dimensional space. The Kernel Ridge approach was specifically chosen to handle potential multicollinearity among the process parameters while maintaining predictive accuracy. The kernel function uses the dot products such that
=
[59,60]. The most used kernels are the linear, polynomial, and radial basis function (RBF) kernels. For this study, we use the RBF kernel, which is given by Equation (4):
where is the kernel width.
Replacing the matrix G in (3) with the kernel K, the kernel ridge regression model is then given by Equation (5):
The KRR function to be minimized with regard to the dual variable α becomes as expressed in Equation (6):
to which the solution is provided by Equation (7), as follows [4]:
Now, if the matrix () is dense, iterative methods would be optimal [59].
2.5.3. Support vector regression (SVR).
Support Vector Regression (SVR), like KRR, was selected due to its strong performance in high-dimensional space and its ability to handle nonlinear relationships using kernel functions. This algorithm works based on the structural risk minimization principle and is known for its lower sensitivity to dimensionality and its ability to achieve a lower generalization error of the regression model [61,62]. SVR finds the best possible hyperplane that passes through the maximum number of data points and provides flexibility in defining the acceptable error level in the model. The objective of SVR is to find a fitting function , where w is the weight vector, and b is the constant (bias), that can predict the target value
for a given training data point
with a deviation smaller than a defined value ε [26].
2.5.4. Random forest (RF).
Random Forest is an ensemble method involving the training of multiple decision trees and the selection of the ensemble tree class with the best overall performance [63]. RF was chosen for its ability to handle large datasets with higher dimensionality and for providing insights into the importance of features, which helps to understand the influence of each process parameter on the resulting material properties. The method involves building a set of decision trees also known as estimators
, where
, is a p-dimensional input vector. The ensemble generates N outputs corresponded to each tree
, where each tree’s output is represented by
,
. RF takes the average to control overfitting and improve the predictive accuracy [26].
2.5.5. Artificial neural networks (ANN).
ANN is a powerful alternative to conventional techniques based on neuronal structure. ANN consists of interconnected elements called neurons. In this study, ANN was selected because it can capture many types of relationships, and it applies to problems where the relationships between the variables might be non-linear or quite dynamic [63]. Multi-layer Perceptron (MLP) is the most used neural network that can model complex functions and is robust to irrelevant input and noise [63]. As shown in Fig 5 MLP consists of an input layer, one or more hidden layers, and an output layer. The neurons of the layers are fully connected to the neurons of the previous and next layers. Each neuron’s output is calculated by applying an activation function to a weighted sum of its inputs. In this study, rectified linear unit function (RELU) is used for all layers as an activation function.
2.6. Model evaluation with leave-one-cross-validation
In this study, both Leave-One-Out Cross-Validation (LOOCV) and 10-fold cross-validation were used to validate machine learning models. LOOCV is particularly useful when the data set size is small, as it maximises the use of each data point by using it once for validation and the rest for training. Although LOOCV can be computationally intensive, it provides low-bias estimates, which is crucial for smaller datasets, such as the one used in this study [64]. The models were evaluated using both R² (coefficient of determination) and Mean Squared Error (MSE) as performance metrics, providing a balance between measuring goodness of fit and prediction error. Both metrics were calculated for the results obtained from LOOCV and the 10-fold cross-validation, as provided in Table 7.
The data for relative density and surface roughness are divided into 80% training, and 20% testing and the LOOCV was applied on the training. For the hardness data set, LOOCV was applied to the entire data set due to the limited number of observations. Using a MacBook Pro with 16 GB of DDR3 RAM, the five regression models utilized in this study to predict the relative density, surface roughness, and hardness are executed using Scikit-learn and TensorFlow. Furthermore, grid search was performed to find the optimal parameters for all the ML algorithms used.
3. Results and discussion
3.1. Experimental results
The relative density measurement results for all 3D printed samples are given in Table 6. Some of the samples measure near to 100% relative density, which is attributed to the measuring method used and are denoted a relative density of less than 100% (e.g., < 100%). In order to verify the relative density measurements in Table 6, several of the printed samples were polished and examined with optical microscope. The micrographs, as depicted in Fig 6(a), clearly show the appearance of porosities agreeing well with the measurements of relative densities presented in Table 6. For example, Fig 6(a) for sample 14 shows large number of porosities confirming the measured low relative density of 86%, while sample 21 shows very small number of porosities attributed to its high relative density near to 100%.
The hardness values in Table 6 are an average value of five indentations in an area of 8 × 8 mm2, as shown in Fig 6(b). The mean values and standard deviations of the five indentations for each sample are given in Table 6. To verify the hardness measurements, an optical microscope image of the indentations is taken, as shown in Fig 6(b) , and the diagonals of the indentations are measured, and their average diameter is calculated. The Vickers hardness value is then calculated with the relation HV = 1.854 × F/
, where the applied load is F = 5 kg [65]. Fig 6(b) gives an example for sample 18 of such estimation of the hardness as compared to the values tabulated in Table 6, showing a very good agreement. Scanning electron microscopy (SEM) was used to examine the microstructure of the printed samples, providing insights into the surface morphology and the grain size distribution and structure. This analysis helped explain the variations in hardness measurements by linking them to differences in the material’s microstructure. Fig 6(c) presents SEM images of samples 14 and 25, revealing a clear difference in grain size distribution between the two. This variation is reflected in their distinct hardness values as provided in Table 6. For instance, sample 14, with an average grain size of 0.84 µm, has a hardness of 94.4 HV, while sample 25, with a finer average grain size of 0.56 µm, shows a higher hardness of 111 HV. This relationship aligns with the well-known Hall-Petch effect, where smaller grain sizes lead to increased material hardness [66,67].
The arithmetic average roughness (Ra) and the areal average roughness (Sa) were calculated for all samples. However, in this work, Sa was considered as it measures the average height of all measured points on the surface. In contrast, Ra only captures limited information on surface topography variations through a line on the surface. The Sa values, shown in Table 6, are the areal average values derived from the contour surface roughness plots in Fig 7, and are used to characterize surface roughness according to the ISO 25178-2 standard [68]. Furthermore, Fig 7 shows the surface topology of six samples with their corresponding process parameters.
3.2. Analysis of data plots
Understanding the relationships between the process parameters and the characteristics of parts produced by SLM is crucial because the properties of such parts depend largely on the input process parameters [69]. Despite representing a portion of the available experimental data on the relative density, surface roughness, and hardness of AlSi10Mg parts fabricated by SLM, the compiled data set could be useful in providing insights of the correlations between the process parameters and the measured properties through observational analysis. S1, S2, and S3 Figs in the supplementary material illustrates how the relative density, surface roughness, and hardness, respectively, change as the laser power, layer thickness, scan speed, hatch distance, and energy density that combines all the four process parameters vary.
3.2. Analysis of regression results
To assess the effectiveness and suitability of the established models for the real SLM system, Figures 8–10 display a comparison between the experimentally determined relative density, surface roughness, and hardness data and the predicted values, respectively using (a) ANN, (b) SVR, (c) KRR, (d)RF and (e) Lasso regression. If the point lies closer to the diagonal line, this means the predicted value equals the actual value. Furthermore, the results of the relative density, surface roughness, and hardness models are presented in Table 7 along with their optimal tuning parameters and corresponding accuracies as measured by and
.
(a) ANN, (b) SVR, (c) KRR, (d) RF, and (e) Lasso based on LOOCV results.
(a) ANN, (b) SVR, (c) KRR, (d) RF, and (e) Lasso based on LOOCV results.
(a) ANN, (b) SVR, (c) KRR, (d) RF, and (e) Lasso based on LOOCV results.
For relative density, ANN results presented in Fig 8(a) show the highest accuracy, followed by SVR in Fig 8(b) and KRR in Fig 8(c), as the distribution of their values was closer to the diagonal. In contrast, RF in Fig 8(d) and lasso in Fig 8(e) gave the lowest accuracy, with lasso being the worst. From Table 7, ANN model consisting of two hidden layers with 8 and 16 neurons, was trained for 50 epochs and 4 steps per epoch, achieved an R2 of 0.772 and MSE of 0.232. Similarly, SVR achieved an R2 of 0.745 and MSE of 0.255, with tuning parameters γ and C of 2 and 35, respectively. The KRR model with tuning parameters of λ and α equals to 2 and 0.01, respectively resulted in an R2 of 0.689 and MSE of 0.311. Furthermore, RF achieved an R2 of 0.634 and MSE of 0.367, with 100 estimators. The lowest achieved accuracy was by lasso regression model, which had an R2 of 0.198 and MSE of 0.802 using λ of 0.12. It is worth noting that both ANN and SVR models have the potential to accurately predict relative density and are adequate for future applications.
The results of the models in predicting surface roughness are presented in Fig 9 and Table 7. The ANN model showed the highest accuracy, with results presented in Fig 9(a). This was followed by the RF model in Fig 9(d) and KRR model in Fig 9(c). The SVR model in Fig 8(b) and Lasso regression model in Fig 9(e) gave the lowest accuracy, as their values were widely dispersed and not along the diagonal. The ANN model with two hidden layers of 8 and 16 neurons, was trained using five 15 epochs and 5 steps per epoch, achieved the highest of 0.605 and
of 395 as shown in Table 7. The SVR model achieved an
of 0.452 and
. of 0.536, with 100 estimators. The KRR model resulted in an
. of 0.398 and
of 0.601, with tuning parameters λ. and α equals to 0.01, respectively. On the other hand, the SVR model achieved an
of 0.326 and
of 0.673, with tuning parameters γ and C of 0.2 and 25, respectively. Finally, the Lasso regression model achieved the worst accuracy, with an
of 0.218 and
of 0.782 using tuning parameter λ equals to 0.15.
The accuracy of various models in predicting the hardness of a material was examined. Fig 10 displays the results, with the ANN model achieving the highest accuracy Fig 10(a), followed by the SVR in Fig 10(b) and KRR in Fig 10(c) models. The RF in Fig 10(d) and Lasso in Fig 10(e) gave the lowest accuracy. Table 7 provides me details on theerformance of each model. The ANN model with two hidden layers, consisting of 8 and 16 neurons, and 30 epochs achieved the highest of 0.704 and
of 0.122. The SVR model achieved an
of 0.629 and
of 0.371, with tuning parameters γ and C of 1 and 5, respectively. The KRR model resulted in an
of 0.535 and
of 0.465, with tuning parameters λ and α equals to 0.5 and 0.01, respectively. The RF model achieved an
of 0.488 and
of 0.5, with 100 estimators. The Lasso regression model gave the lowest accuracy, with an
of 0.144 and MSE of 0.856 using λ of 0.1. Overall, the ANN and SVR models again yielded higher accuracy in predicting the hardness of a AlSi10Mg.
The performance of different models in predicting the mechanical properties of materials, including relative density, surface roughness, and hardness, were examined. ANN and SVR models were consistently outperforming in most cases. On the other hand, Lasso regression models resulted in the lowest accuracy, this is due to the non-linearity in the data. Overall results indicate that ANN was the most effective model due to its ability to deal with problems where the relationships might be non-linear or quite dynamic.
Overall, the results indicate that LOOCV provided better estimates for this small dataset, while 10-fold cross-validation yielded slightly lower accuracy but showed consistency in results across models. All figures are based on LOOCV results to capture the most reliable predictions for the given dataset size.
3.3. Printability maps
Identifying the features that have the most significant impact on the target variable is crucial for understanding and optimizing a model’s predictions. In this study, since ANN models are outperforming other models, they were utilized to determine the two most important features for relative density, surface roughness, and hardness. For relative density and hardness, the analysis revealed that scan speed and laser power are the two most influential features. Whereas for surface roughness the two most important features are scan speed and layer thickness.
Based on these findings, the importance of scan speed and laser power can be leveraged to optimize the properties of fabricated parts using SLM. The ANN models were employed to find the set of laser power and scan speed values that yield optimal results. The 3D contour maps of the relative density, surface roughness and hardness of the AlSi10Mg specimens are shown in Figs 11(a), 12(a), and 13(a), respectively. Based on the obtained 3D contour maps, the optimized processing window was defined for fabricating AlSi10Mg specimens with the following criteria: a relative density > 99%, surface roughness < 10 µm, and hardness > 120 HV. The optimized processing window is denoted by the grey areas in Figs 11(b), 12(b), and 13(b), respectively.
(a) 3D contour map and (b) 2D contour map with the optimized processing window shown in grey for relative density > 99%.
(a) 3D contour map and (b) 2D contour map with the optimized processing window shown in grey for surface roughness < 10 µm.
(a) 3D contour map and (b) 2D contour map with the optimized processing window shown in grey for hardness > 120 HV.
By merging the three individual optimized windows, as shown in Fig 13, an optimum region that overlaps all three criteria has been identified. This region indicates that the laser power between 250 to 300 W and scan speed range within 1000 to 1250 mm/s will provide an optimal relative density, surface roughness, and hardness for AlSi10Mg specimens fabricated using SLM. The results obtained are confirmed by the experimental data in Table 6. Incorporating this specific range of laser parameters during the manufacturing process ensures the production of high-quality AlSi10Mg parts with superior mechanical properties and performance.
4. Conclusions
This study examines the relative density, surface roughness and hardness of AlSi10Mg fabricated by SLM by combining literature data with experimental data. An analysis of the correlation between input process parameters, including laser power, scan speed, hatch distance, layer thickness, and the resulting relative density, surface roughness and hardness is studied. Five machine learning algorithms such as ANN, SVR, KRR, RF, and lasso regression were applied, and comprehensively analyzed and compared.
- Comparing the five ML algorithms for the relative density, surface roughness, and hardness, ANN and SVR outperformed the other algorithms for relative density and hardness. However, for surface roughness, ANN and RF outperformed the other models. ANN showed more predictability for the three properties of the AlSi10Mg fabricated parts as a function of the process parameters.
- Based and feature importance analysis using ANN, it was found that scan speed and laser power were the most significant features for relative density and hardness. Whereas for surface roughness, scan speed and layer thickness have a strong effect on the surface of the fabricated parts.
- Leveraging the significance of scan speed and laser power, an optimum region for laser power and scan speed has been identified. Specifically, a laser power between 250 to 300 W and a scan speed range within 1000 to 1250 mm/s will provide an optimal relative density near 100%, surface roughness smaller than 10 µm, and microhardness larger than 120 HV for AlSi10Mg specimens fabricated using SLM.
- This research provides valuable tools for additive manufacturing designers by predicting the relative density, surface roughness, and hardness of 3D-printed materials based on input process parameters. The machine learning models developed offer a cost-effective way to minimize experimental trials, prevent pore formation, improve surface quality, and enhance hardness through optimized parameter selection. Future research can leverage these predictive models with multi-objective optimization techniques to determine the optimal process parameters.
Future work
Future research will extend these predictive models through multi-objective optimization techniques to balance surface roughness, hardness, and density outcomes. Due to the complexity of optimizing multiple material characteristics simultaneously, a dedicated study will address these intricate trade-offs and provide deeper insights into achieving optimal combinations of material properties for improved additive manufacturing performance.
Supporting information
S1 File. Supplementary data and figures.
This file contains: Tables S1-S3: Summarized data from the literature for relative density, surface roughness, and hardness of AlSi10Mg fabricated parts using SLM. Figures S1-S3: Plots illustrating the relationships between process parameters (laser power, layer thickness, scan speed, hatch distance, and energy density) and material properties (relative density, surface roughness, and hardness). Detailed Methodology: Additional experimental setup, data preprocessing, and analysis protocols.
https://doi.org/10.1371/journal.pone.0316600.s001
(ZIP)
S1 Checklist. PLOSOne Human Subjects Research Checklist.
https://doi.org/10.1371/journal.pone.0316600.s002
(DOCX)
References
- 1. Piili H, Happonen A, Väistö T, Venkataramanan V, Partanen J, Salminen A. Cost estimation of laser additive manufacturing of stainless steel. Physics Procedia. 2015;78:388–96.
- 2. Ahmed N, Barsoum I, Abu Al-Rub RK. Numerical investigation on the effect of residual stresses on the effective mechanical properties of 3D-printed TPMS Lattices. Metals. 2022;12(8):1344.
- 3. Abdulla H, An H, Barsoum I, Maalouf M. Mathematical modeling of multi-performance metrics and process parameter optimization in laser powder bed fusion. Metals. 2022;12(12):2098.
- 4. Abdulla H, Maalouf M, Barsoum I, An H. Truncated newton kernel ridge regression for prediction of porosity in additive manufactured SS316L. Appl Sci. 2022;12(9):4252.
- 5. Di L, Yang Y. Cost Modeling and evaluation of direct metal laser sintering with integrated dynamic process planning. Sustainability. 2020;13(1):319.
- 6. Garg A, Tai K, Lee CH, Savalani MM. A hybrid $$\text{ M}5^\prime $$ -genetic programming approach for ensuring greater trustworthiness of prediction ability in modelling of FDM process. J Intell Manuf. 2013;25(6):1349–65.
- 7.
Liu Z. Economic comparison of selective laser melting and conventional subtractive manufacturing processes. M.S. thesis, Northeastern University, Boston, 2017. https://doi.org/10.17760/d20249117
- 8. Arısoy YM, Criales LE, Özel T, Lane B, Moylan S, Donmez A. Influence of scan strategy and process parameters on microstructure and its optimization in additively manufactured nickel alloy 625 via laser powder bed fusion. Int J Adv Manuf Technol. 2017;90(5–8):10.1007/s00170-016-9429-z. pmid:37056292
- 9.
Khan MA, Jappes JTW. Eds. Innovations in additive manufacturing. Berlin/Heidelberg: Germany: Springer. 2022. https://doi.org/10.1007/978-3-030-89401-6
- 10. Ahmed N, Barsoum I, Haidemenopoulos G, Al-Rub RKA. Process parameter selection and optimization of laser powder bed fusion for 316L stainless steel: a review. J Manuf Process. 2022;75:415–34.
- 11. Johnson L, Mahmoudi M, Zhang B, Seede R, Huang X, Maier JT, et al. Assessing printability maps in additive manufacturing of metal alloys. Acta Materialia. 2019;176:199–210.
- 12. Strano G, Hao L, Everson RM, Evans KE. Surface roughness analysis, modelling and prediction in selective laser melting. J Mater Process Technol. 2013;213(4):589–97.
- 13. Mumtaz K, Hopkinson N. Top surface and side roughness of Inconel 625 parts processed using selective laser melting. Rapid Prototyp J. 2009;15(2):96–103.
- 14. DebRoy T. Additive manufacturing of metallic components – Process, structure and properties. 2018.
- 15. Kamath C, El-dasher B, Gallegos GF, King WE, Sisto A. Density of additively-manufactured, 316L SS parts using laser powder-bed fusion at powers up to 400 W. Int J Adv Manuf Technol. 2014;74(1–4):65–78.
- 16. Zhang Z, Chu B, Wang L, Lu Z. Comprehensive effects of placement orientation and scanning angle on mechanical properties and behavior of 316L stainless steel based on the selective laser melting process. J Alloys Compo. 2019;791:166–75.
- 17. Sadali MF, Hassan MZ, Ahmad F, Yahaya H, Rasid ZA. Influence of selective laser melting scanning speed parameter on the surface morphology, surface roughness, and micropores for manufactured Ti6Al4V parts. J Mater Res. 2020;35(15):2025–35.
- 18. Delgado J, Ciurana J, Rodríguez CA. Influence of process parameters on part quality and mechanical properties for DMLS and SLM with iron-based materials. Int J Adv Manuf Technol. 2011;60(5–8):601–10.
- 19. Kempen K, Yasa E, Thijs L, Kruth J-P, Van Humbeeck J. Microstructure and mechanical properties of Selective Laser Melted 18Ni-300 steel. Physics Procedia. 2011;12255–63.
- 20. Song B, Dong S, Coddet P, Liao H, Coddet C. Fabrication of NiCr alloy parts by selective laser melting: columnar microstructure and anisotropic mechanical behavior. Mater Design. 2014;531–7.
- 21. Rankouhi B, Jahani S, Pfefferkorn FE, Thoma DJ. Compositional grading of a 316L-Cu multi-material part using machine learning for the determination of selective laser melting process parameters. Addit Manuf. 2021;38:101836.
- 22. La Fé-Perdomo I, Ramos-Grez JA, Jeria I, Guerra C, Barrionuevo GO. Comparative analysis and experimental validation of statistical and machine learning-based regressors for modeling the surface roughness and mechanical properties of 316L stainless steel specimens produced by selective laser melting. J Manuf Process. 2022;80:666–82.
- 23. Hertlein N, Deshpande S, Venugopal V, Kumar M, Anand S. Prediction of selective laser melting part quality using hybrid Bayesian network. Addit Manuf. 2020;32:101089.
- 24. Ravichander BB, Rahimzadeh A, Farhang B, Shayesteh Moghaddam N, Amerinatanzi A, Mehrpouya M. A prediction model for additive manufacturing of inconel 718 superalloy. Appl Sci. 2021;11(17):8010.
- 25. Goh GD, Sing SL, Yeong WY. A review on machine learning in 3D printing: applications, potential, and challenges. Artif Intell Rev. 2020;54(1):63–94.
- 26. Barrionuevo GO, Ramos-Grez JA, Walczak M, Betancourt CA. Comparative evaluation of supervised machine learning algorithms in the prediction of the relative density of 316L stainless steel fabricated by selective laser melting. Int J Adv Manuf Technol. 2021;113(1–2):419–33.
- 27. Gor M, Dobriyal A, Wankhede V, Sahlot P, Grzelak K, Kluczyński J, et al. Density prediction in powder bed fusion additive manufacturing: machine learning-based techniques. Appl Sci. 2022;12(14):7271.
- 28. Zou M, Jiang W-G, Qin Q-H, Liu Y-C, Li M-L. Optimized XGBoost model with small dataset for predicting relative density of Ti-6Al-4V parts manufactured by selective laser melting. Materials (Basel). 2022;15(15):5298. pmid:35955237
- 29. Zhang W, Luo C, Ma Q, Lin Z, Yang L, Zheng J, et al. Prediction model of surface roughness of selective laser melting formed parts based on back propagation neural network. Eng Rep. 2022;5(12).
- 30. Soler D, Telleria M, García-Blanco MB, Espinosa E, Cuesta M, Arrazola PJ. Prediction of surface roughness of SLM built parts after finishing processes using an artificial neural network. JMMP. 2022;6(4):82.
- 31. Gogulamudi B, Bandlamudi RK, Bhanavathu B, Guttula VSK. A prediction model for additive manufacturing of AlSi10Mg alloy. Trans Indian Inst Met. 2022;76(2):571–9.
- 32. Olakanmi EO, Cochrane RF, Dalgarno KW. A review on selective laser sintering/melting (SLS/SLM) of aluminium alloy powders: processing, microstructure, and properties. Prog Mater Sci. 2015;74:401–77.
- 33. EOS GmbH. EOS Aluminium AlSi10Mg Good Strength & Dynamic Load Bearing Capacity. [cited Dec. 12, 2022]. [Online]. Available from: https://www.eos.info/03_system-related-assets/material-related-contents/metal-materials-and-examples/metal-material-datasheet/aluminium/material_datasheet_eos_aluminium-alsi10mg_en_web.pdf
- 34. Read N, Wang W, Essa K, Attallah MM. Selective laser melting of AlSi10Mg alloy: process optimisation and mechanical properties development. Mater Design (1980-2015). 2015;65:417–24.
- 35. Aboulkhair NT, Simonelli M, Parry L, Ashcroft I, Tuck C, Hague R. 3D printing of aluminium alloys: additive manufacturing of aluminium alloys using selective laser melting. Prog Mater Sci. 2019;106:100578.
- 36. Maamoun AH, Xue YF, Elbestawi MA, Veldhuis SC. Effect of selective laser melting process parameters on the quality of Al alloy parts: powder characterization, density, surface roughness, and dimensional accuracy. Materials (Basel). 2018;11(12):2343. pmid:30469468
- 37. Ejeh CJ, Barsoum I, Abu Al-Rub RK. Flexural properties of functionally graded additively manufactured AlSi10Mg TPMS latticed-beams. Int J Mech Sci. 2022;223:107293.
- 38. Maamoun AH, Xue YF, Elbestawi MA, Veldhuis SC. The effect of selective laser melting process parameters on the microstructure and mechanical properties of Al6061 and AlSi10Mg alloys. Materials (Basel). 2018;12(1):12. pmid:30577519
- 39. Han X, Zhu H, Nie X, Wang G, Zeng X. Investigation on selective laser melting AlSi10Mg cellular lattice strut: molten pool morphology, surface roughness and dimensional accuracy. Materials (Basel). 2018;11(3):392. pmid:29518900
- 40. Wei P, Wei Z, Chen Z, Du J, He Y, Li J, et al. The AlSi10Mg samples produced by selective laser melting: single track, densification, microstructure and mechanical behavior. Appl Surf Sci. 2017;408:38–50.
- 41. Sing SL, Lam LP, Zhang DQ, Liu ZH, Chua CK. Interfacial characterization of SLM parts in multi-material processing: intermetallic phase formation between AlSi10Mg and C18400 copper alloy. Mater Charact. 2015;107:220–7.
- 42.
Kempen K, Thijs L, Yasa E, Badrossamay M, Verheecke°W, Kruth J.-P. Process optimization and microstructural analysis for selective laser melting of AlSi10Mg. In 22nd Annual International Solid Freeform Fabrication Symposium - An Additive Manufacturing Conference, 2011.
- 43. Aboulkhair NT, Everitt NM, Ashcroft I, Tuck C. Reducing porosity in AlSi10Mg parts processed by selective laser melting. Addit Manuf. 2014;1–477–86.
- 44. Yap CY, Chua CK, Dong ZL. An effective analytical model of selective laser melting. Virt Phys Prototyp. 2016;11(1):21–6.
- 45. Raus AA, Wahab MS, Ibrahim M, Kamarudin K, Ahmed A, Shamsudin S. Mechanical and physical properties of AlSi10Mg processed through selective laser melting. AIP Conference Proceedings. 2017.
- 46. Kan WH, Nadot Y, Foley M, Ridosz L, Proust G, Cairney JM. Factors that affect the properties of additively-manufactured AlSi10Mg: porosity versus microstructure. Addit Manuf. 2019;29:100805.
- 47. Bai S, Perevoshchikova N, Sha Y, Wu X. The effects of selective laser melting process parameters on relative density of the AlSi10Mg parts and suitable procedures of the archimedes method. Appl Sci. 2019;9(3):583.
- 48. Wang L, Wang S, Wu J. Experimental investigation on densification behavior and surface roughness of AlSi10Mg powders produced by selective laser melting. Opt Laser Technol. 2017;96:88–96.
- 49. Poncelet O, Marteleur M, van der Rest C, Rigo O, Adrien J, Dancette S, et al. Critical assessment of the impact of process parameters on vertical roughness and hardness of thin walls of AlSi10Mg processed by laser powder bed fusion. Addit Manuf. 2021;38:101801.
- 50. Yusuf SM, Hoegden M, Gao N. Effect of sample orientation on the microstructure and microhardness of additively manufactured AlSi10Mg processed by high-pressure torsion. Int J Adv Manuf Technol. 2020;106(9–10):4321–37.
- 51. Tridello A, Fiocchi J, Biffi CA, Chiandussi G, Rossetto M, Tuissi A, et al. Effect of microstructure, residual stresses and building orientation on the fatigue response up to 109 cycles of an SLM AlSi10Mg alloy. Int J Fatig. 2020;137:105659.
- 52. Mfusi BJ, Tshabalala LC, Popoola API, Mathe NR. The effect of selective laser melting build orientation on the mechanical properties of AlSi10Mg parts. IOP Conf Ser: Mater Sci Eng. 2018;430:012028.
- 53. Ding E, Cao C, Hu H, Chen Y, Lu X. Application of central composite design to the optimization of fly ash-based geopolymers. Constr Build Mater. 2020;230:116960.
- 54. EOS GmbH. Large and Ultra-Fast 3D Printer with 4 Laser. [cited Dec. 11, 2022. ]. Online. Available from: https://www.eos.info/en/additive-manufacturing/3d-printing-metal/eos-metal-systems/eos-m-400-4
- 55. Alicona. Optical 3D surface roughness measurement instrument. [cited Dec. 20, 2022. ]. [Online]. Available from: https://www.alicona.com/en/products/infinitefocus/
- 56. ASTM. Standard Test Method for Microindentation Hardness of Materials. 2017.
- 57. Raj S, Kannan S. Detection of outliers in regression model for medical data. Int J Med Res Health Sci. 2017;6(7):50–6.
- 58. Ferreira HRS, Alves JA, Jiguet F, Duriez O, Blanchon T, Lok T, et al. Role of protected areas for a colonial-breeding waterbird in a fragmented landscape throughout its annual cycle. Landsc Ecol. 2025;40(1):6. pmid:39959651
- 59. Maalouf M, Homouz D. Kernel ridge regression using truncated newton method. Knowl-Based Syst. 2014;71:339–44.
- 60. Byrd K, Kapadia K, John R. Perceived effectiveness and intrusiveness of school security countermeasures among parents, students, and staff. Environ Syst Decis. 2025;45(1):11. pmid:39944376
- 61.
Gunn S. Support Vector Machines for Classification and Regression. 1998.
- 62. Kaufman L, Drucker’ H, Burges C, Smola A, Vapnik V. Support vector regression machines. Adv Neural Inform Process Syst. 1997;9:155–161.
- 63.
Singh A, Thakur N, Sharma A. A review of supervised machine learning algorithms. In 2016 3rd International Conference on Computing for Sustainable Global Development (INDIACom), 2016, pp. 1310–1315.
- 64.
Refaeilzadeh P, Tang L, Liu H. Cross-Validation, in Encyclopedia of Database Systems. Boston, MA: Springer US, 2009, pp. 532–538. https://doi.org/10.1088/2053-1591/ab18d0
- 65. Teng X, et al., “Parameter optimization and microhardness experiment of AlSi10Mg alloy prepared by selective laser melting,” Mater Res Express, 2019. 6(8):086592. doi:
- 66. Sotelo Martin LE, Castro RHR. Al excess extends Hall‐Petch relation in nanocrystalline zinc aluminate. J Am Ceram Soc. 2021;105(2):1417–27.
- 67. Zhang L, Shibuta Y. Inverse Hall-Petch relationship of high-entropy alloy by atomistic simulation. Mater Lett. 2020;274:128024.
- 68. Wolf GW. Scale independent surface characterisation: geography meets precision surface metrology. Precis Eng. 2017;49456–80.
- 69. Hajnys J, Pagac M, Kotera O, Petru J, Scholz S. Influence of basic process parameters on mechanical and internal properties of 316l steel in SLM process for renishaw AM400. MM SJ. 2019;2019(01):2790–4.