Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.bak
*~
*.pyc
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@

## FMMT666's Changes:

* Model can now be moved up and down
* The scene now rotates around the center of the display, not the object.
* Implemented complete mouse and track-/touchpad functionality. Compatible with Mac.

Future changes [tm] might be available from here: [yagv-ng][1].


Have fun
FMMT666(ASkr)

---

# yagv - Yet Another Gcode Viewer, v0.4

A fast 3D Gcode Viewer for Reprap-style 3D printers, in Python and OpenGL (via pyglet)

Designed in Ubuntu Linux; Expected to work in any Linux, Windows or OS X


## Requires:

* python 2.x (2.7.3 tested)
Expand Down Expand Up @@ -36,3 +52,8 @@ yagv [file.gcode]
* Some gcodes unsupported, in particular:
* G20: Set Units to Inches (usage unknown)
* Arcs (G2 & G3 ?)

---

[1]: https://github.com/FMMT666/yagv-ng

Loading