Skip to content

AndrewSink/G-code-to-mesh-experiment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

No contributors

Languages

  • G-code 100.0%