Skip to content

wjx823/gcodeview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. SDL
  2. OpenGL
  3. FTGL
  4. fontconfig (linux/mac, windows probably can give me the path to a font some other way)

Mac OS X (Lion)

Install deps with homebrew

  1. brew install sdl
  2. brew install ftgl
  3. brew install fontconfig

About

FAST gcode viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published