jonathanwin / yagv

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

fix G0 parsing so it works w/ Cura reprap gcode files... #11

Closed jmgurney closed 6 years ago

jmgurney commented 7 years ago

looks like G0 parsing code was broken during a reorg. Call the correct function, and this fixes it w/ my gcode files.

petterreinholdtsen commented 6 years ago

I can confirm that this patch solved the problem. Just ran into it myself, and was very grateful to find the issue already registered here with a fix. :)

petterreinholdtsen commented 6 years ago

Note, this pull request is identical to pull request #8.

jonathanwin commented 6 years ago

Thanks, I've merged the identical PR #4