A FAST gcode viewer.
Nothing fancy, nothing else.
gcodeview <file.gcode>
-
Scroll up/down
zoom in and out
-
PgUp / PgDn / shift + Scroll
go up and down layers
-
left click + drag
pan view
-
r
reset viewing window
-
q / ESC
exit
- works on linux
- should work on mac, with some massaging of the Makefile (pull requests please!)
- no idea about windows, pull requests welcome
- SDL
- OpenGL
- FTGL
- fontconfig (linux/mac, windows probably can give me the path to a font some other way)
Install deps with homebrew
- brew install sdl
- brew install ftgl
- brew install fontconfig