hudbrog / gCodeViewer

a visual web based gcode analyzer
Other
419 stars 148 forks source link

Adds simple support for Flash Forge's .gx gcode files. #55

Closed ChristopherHoffman closed 6 years ago

ChristopherHoffman commented 6 years ago

Adds support for the .gx files created by FlashForge's slicer. The file itself is a normal gcode file with some binary header information, and normally loaded just fine if the .gx filetype was changes to a .gcode filetype. Simply allowing it to be selected in the load file is enough to make it work for Flashforge users.

Implements changes requested in issue #50.