jonathanwin / yagv

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

fix for issue #7; correctly parse G1 code #8

Closed chexov closed 6 years ago

chexov commented 8 years ago

tested yagv for UltiMaker gcode flavor and it failed on G1 gcode command. Here is a fix for it.

petterreinholdtsen commented 6 years ago

Note, this is identical to pull request #4.

jonathanwin commented 6 years ago

Thanks, I've merged the identical PR #4