File: control

package info (click to toggle)
dxf2gcode 20240509-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,184 kB
  • sloc: python: 11,508; xml: 49; sh: 26; makefile: 18
file content (24 lines) | stat: -rw-r--r-- 1,163 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: dxf2gcode
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Kuzminsky <seb@highlab.com>
Build-Depends: debhelper-compat (= 11), dh-python, python3, python3-setuptools,
 python3-pyqt5, pyqt5-dev-tools, qttools5-dev-tools
Standards-Version: 4.7.0
Homepage: https://sourceforge.net/p/dxf2gcode/wiki/Home/
Vcs-Git: https://salsa.debian.org/science-team/dxf2gcode.git
Vcs-Browser: https://salsa.debian.org/science-team/dxf2gcode
Rules-Requires-Root: no

Package: dxf2gcode
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-pyqt5, pstoedit, poppler-utils
Description: prepares drawings of parts for automatic machine tools
 This program reads 2D mechanical drawings of parts to be fabricated
 and produces G-code tool movement instructions for running on automatic
 machine tools (CNC machines) such as milling machines and lathes.
 .
 This is a graphical CAM (Computer Aided Manufacturing) program.
 It accepts input in DXF, PDF, or Postscript format.  It supports milling,
 drilling, and turning operations, as well as work-holding tabs.