Build direction estimation for FDM 3D prints

This is an implementation of the method proposed in my papers
26 download
Aggiornato 8 ago 2022

Visualizza la licenza

Input: CT volume of FDM 3D print
output: build direction and layer-by-layer inspection
Programer: Yifan Yang
Homepage: https://www.researchgate.net/profile/Yifan-Yang-79
See the main papers or contact me for more information.
% ----------------------------------------------------------------------- %
Main papers:
[1] Yifan Yang, Yutaka Ohtake, Tatsuya Yatagawa, and Hiromasa Suzuki.
"Layer-by-layer Inspection of 3D Print using X-ray Computed Tomography".
JSPE 2021 Autumn Conference. A06. (Kobe, Japan) Sep. 2021.
[2] Yifan Yang, Yutaka Ohtake, Tatsuya Yatagawa, and Hiromasa Suzuki.
"Hierarchical Alignment of 3D Print with Tool Path Based on Microstructure".
Virtual and Physical Prototyping. Taylor & Francis, 2021.
% ----------------------------------------------------------------------- %
To estimate the curvature of volume data,
an implimentation of
Kindlmann, Gordon, et al. "Curvature-based transfer functions for direct volume rendering: Methods and applications." IEEE Visualization, 2003.
for the surface voxels is included.
function icosphere() is not icluded
You can find it in the File Exchange - MATLAB Central

Cita come

YIFAN YANG (2025). Build direction estimation for FDM 3D prints (https://it.mathworks.com/matlabcentral/fileexchange/100301-build-direction-estimation-for-fdm-3d-prints), MATLAB Central File Exchange. Recuperato .

Yang, Yifan, et al. Hierarchical Alignment of 3D Print with Tool Path Based on Microstructure. Informa UK Limited, Oct. 2021, pp. 1–19, doi:10.1080/17452759.2021.1985334.

Visualizza più stili
Compatibilità della release di MATLAB
Creato con R2021a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Riconoscimenti

Ispirato da: icosphere

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.2

update the description

1.0.1

Fixed a minor bug

1.0.0

Official Version
Includes two volume data for demonstration purposes

0.0.2

Description update

0.0.1