yagv icon indicating copy to clipboard operation
yagv copied to clipboard

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

Results 15 yagv issues
Sort by recently updated
recently updated
newest added

Excuse these manifold improvements as a single PR (best view [Files changed] and not the individual commits), my work style doesn't align well with git. Following changes I made: -...

Hi. It would be helpful for the Debian packaging if the code is "released" once in a while, and tagged with a version number. Please consider doing so.

This is a minimal PR that makes yagv run in both python3 and python2.7. I've tested this against Python 3.6.8 on Ubuntu 18.10.

rewrite for python3.2+ compatibility and pep8 so request now python2.7+ or 3.2+

The profile for my i3 MK2 in Slic3r PE uses `G28 W` in the out of the box, which raises an exception: ```pytb Traceback (most recent call last): File "/usr/bin/yagv",...

bug

Hello, under what license is this project released under ? Thank-you.

This project looks abandoned. Bummer. Anyway, here were the showstoppers for me -- no panning to zoom in on details, and the inability to control (anything?) over keyboard.

enhancement

The program i'm using to generate gcode (pcb2gcode) sometimes thinks it's cooler to write G00 and G01 than G0 and G1. This patch makes yagv not care.

* fix whitespace issues (according to [PEP8](https://www.python.org/dev/peps/pep-0008/)) * add Makefile with `lint` target for style checks * add travis tests for style checks