Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 491 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 491 Bytes

Rendering G-code

This script allows easy visualization of G-code files using Python.

Any development environment with Matplotlib and Numpy should be able to run this script. It is meant to be interactive.

Inside gcode_rendering.py, you can change the path to the G-code file you want to visualize.

Running

python gcode_rendering.py

Then specify the layer you want to visualize. To exit, close the rendering window and type exit in the terminal.