control 1.06 KB
Newer Older
1 2 3
Source: pycam
Section: python
Priority: extra
sumpfralle's avatar
sumpfralle committed
4
Maintainer: Lars Kruse <devel@sumpfralle.de>
5
Build-Depends: python, debhelper (>= 7), cdbs, patchutils
6
Build-Depends-Indep: python-support, help2man
sumpfralle's avatar
sumpfralle committed
7
Standards-Version: 3.9.1
8 9
Homepage: http://sourceforge.net/projects/pycam/

10
Package: pycam
11 12
Architecture: all
Depends: python-gtk2, python-opengl (>>3.0.0~b6-3), python-gtkglext1,
sumpfralle's avatar
sumpfralle committed
13
 ${misc:Depends}, ${python:Depends}
14
Recommends: python-pyode (>>1.2.0-3), python-psyco, python-setproctitle
15 16 17 18 19 20
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
21
    * limited support for 2D models (SVG or DXF)
22 23 24 25 26 27
    * 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
sumpfralle's avatar
sumpfralle committed
28
    * non-interactive generation of GCode via commandline
29