1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: yagv
Section: science
Priority: optional
Maintainer: Debian 3-D Printing Packages <3dprinter-general@lists.alioth.debian.org>
Uploaders: Chow Loong Jin <hyperair@debian.org>
, Petter Reinholdtsen <pere@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~)
Standards-Version: 4.1.1
Homepage: http://www.thingiverse.com/thing:38118
Vcs-Git: git://anonscm.debian.org/3dprinter/packages/yagv.git
Vcs-Browser: https://anonscm.debian.org/cgit/3dprinter/packages/yagv.git
Package: yagv
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
python-future,
python-pyglet
Description: yet another G-code viewer
yagv is a fast 3D Gcode Viewer for Reprap-style 3D printers, in Python and
OpenGL (via pyglet)
.
It has the following features:
- Load large files painlessly
- Select specific layers to look at
- Colour segments according to function
- Shows a full 3D view for better undersrtanding the G-code.
|