jonathanwin / yagv

A fast 3D Gcode Viewer for Reprap-style 3D printers, in Python and OpenGL
73 stars 48 forks source link

Allow leading zero in G0 and G1 #18

Open nikor opened 5 years ago

nikor commented 5 years ago

The program i'm using to generate gcode (pcb2gcode) sometimes thinks it's cooler to write G00 and G01 than G0 and G1. This patch makes yagv not care.