control 1.23 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.2
8 9
Homepage: http://sourceforge.net/projects/pycam/

10
Package: pycam
11
Architecture: all
12 13 14
Depends: python-gtk2, python-opengl (>>3.0.0~b6-3), python-gtkglext1,
 python-rsvg, ${misc:Depends}, ${python:Depends}
Recommends: python-pyode (>>1.2.0-3), python-psyco, python-setproctitle,
15 16
 python-guppy, inkscape, pstoedit
Suggests: qcad-data | librecad-data
sumpfralle's avatar
sumpfralle committed
17 18 19 20
Description: CAM program & Python library for generating toolpaths
 PyCAM is a toolpath generator for 3 axis machines. The generated
 GCode can be used with EMC2 and other machine controllers.
 The included Python library can be used independently from the GUI.
21 22
 .
 Features:
sumpfralle's avatar
sumpfralle committed
23 24 25 26 27
    * read and write STL model files (3D)
    * support for 2D models (DXF/SVG/PS)
    * generate toolpaths (GCode) for various strategies and drill
	  definitions
    * manage and store processing templates
28
    * scale, move, rotate, flip and transform the model
sumpfralle's avatar
sumpfralle committed
29
    * interactive 3D model view based on OpenGL
sumpfralle's avatar
sumpfralle committed
30
    * non-interactive generation of GCode via commandline
sumpfralle's avatar
sumpfralle committed
31
	* render single-line fonts (provided by QCAD)
32