This project provides a Python script that converts .gcode files into STL files, focusing specifically on capturing points along the outer contour of the print, avoiding internal toolpaths.
This is particularly useful for 3D printing applications where you need to create a 3D model from G-code for visualization, analysis, or printing.
Continuing the work from Josef Prusa's original idea!
pip install numpy scikit-image numpy-stl trimesh
