The project is dedicated to data analysis in an additive manufacturing context.
For now, the following tools are available:
GCodeCTCorrelation
CT2Surface
SimpleCurvature
All tools are available in source code and as static linked windows x64 executables. This enables you to try them out without installation or building anything.
| Name | Description |
|---|---|
| [GCode2vtk] | convert GCode to .vtk file viewable in Paraview |
| [GCode2GCode] | convert GCodes between FFF and LPBF |
| [GCode2ShuffledGCode] | convert GCode from FFF to LPBF and shuffle print order (from Cura FFF only) |
| [GCodePoreCorrelation] | analyse defect information from MorphoLibJ with respect to toolpath data |
| [GCodeCTCorrelation] | analyse defect information by slicing µCT image along layers (ITK based) with respect to toolpath data |
| [CT2Surface] | analyze additively manufactured surfaces with respect to CAD (.stl) data |
| [SimpleCurvature] | calculate surface curvature (Kappa1, Kappa2, Mean, Gaussian) from µCT images |
| ... | more to come! |
Most functions are provided by this libraries, which can be used and adjusted for a multitude of purposes.
| Name | Description |
|---|---|
| [GCodeLib] | various functions for working with toolpath data |
| HelperLib | various functions that didn't fit elsewhere |
If you intend to use this work for your scientific publication please cite one of the following:
GCodePoreCorrelation:
https://doi.org/10.1108/RPJ-07-2019-0200
GCode2vtk
https://doi.org/10.1016/j.jmatprotec.2021.117331
GCode2GCode
https://doi.org/10.3390/ma15031105
CT2Surface
https://doi.org/10.1016/j.ndteint.2024.103166
Wiki: GCode2GCode
Wiki: GCode2vtk
Wiki: GCodeLib
Wiki: GCodePoreCorrelation