Skip to content

AndrewSink/G-code-to-mesh-experiment

 
 

Repository files navigation

.gcode to .STL Mesh Converter

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!

render2

Dependencies

pip install numpy scikit-image numpy-stl trimesh

Usage

image

About

Python script to create an .stl mesh from .gcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • G-code 100.0%