ng110 / tatlin

3D STL and Gcode viewer

Home Page:http://dkobozev.github.com/tatlin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tatlin

Tatlin is a Gcode and STL viewer heavily inspired by Mac-only software Pleasant3D. Besides viewing, it also supports rotating and scaling of STL files. It is currently in early stages of development, but should already be quite usable.

Dependencies

Tatlin requires the following packages:

  • Python 2.6+

  • wxPython 2.8+

  • PyOpenGL

  • NumPy

Usage

To launch Tatlin from the command line:

$ python tatlin.py

You can also provide a filename to load:

$ python tatlin.py foobar.stl

Mouse navigation

  • Left mouse button to rotate

  • Mouse wheel to zoom

  • Middle mouse button to offset the platform

  • Right mouse button to pan

Build platform size can be customized by creating a file called .tatlin in your home directory with the following contents:

[machine]
platform_w = 300
platform_d = 300

Thanks

  • Lenbok for config file options

  • Bartosz Zaborowski for the two digit Gcode patch

About

3D STL and Gcode viewer

http://dkobozev.github.com/tatlin/

License:GNU General Public License v2.0


Languages

Language:Python 100.0%