control 1 KB
Newer Older
1 2 3 4
Source: pycam
Section: python
Priority: extra
Maintainer: Sebastian Kuzminsky <seb@highlab.com>
5
Build-Depends: python, debhelper (>= 7), cdbs, patchutils
6
Build-Depends-Indep: python-support
7
Standards-Version: 3.8.4
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Homepage: http://sourceforge.net/projects/pycam/

Package: python-pycam
Architecture: all
Depends: python-gtk2, python-opengl (>>3.0.0~b6-3), python-gtkglext1,
 ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Recommends: python-pyode (>>1.2.0-3)
Description: CAM program & library written in Python
 This is a set of Python modules for toolpath generation for 3-Axis
 CNC machining, and a GUI program that uses them.
 .
 Features:
    * read and write STL model files
    * generate and export toolpaths (gcode) for various strategies and
      drill definitions
    * manage processing templates (e.g. rough, semi-finish and finish
      operations)
    * scale, move, rotate, flip and transform the model
    * interactive 3D model view
    * non-interactive 'STL to GCode' processing via commandline