gcodeview
gcodeview copied to clipboard
FAST gcode viewer
GCodeView
Purpose
A FAST gcode viewer.
Nothing fancy, nothing else.
Usage
gcodeview <file.gcode>
Controls
-
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
Platforms
- works on linux
- should work on mac, with some massaging of the Makefile (pull requests please!)
- no idea about windows, pull requests welcome
Dependencies
- SDL
- OpenGL
- FTGL
- fontconfig (linux/mac, windows probably can give me the path to a font some other way)
Mac OS X (Lion)
Install deps with homebrew
- brew install sdl
- brew install ftgl
- brew install fontconfig