1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
|
Source: printrun
Section: misc
Priority: optional
Maintainer: Debian 3-D Printing Packages <3dprinter-general@lists.alioth.debian.org>
Uploaders: Rock Storm <rockstorm@gmx.com>,
Build-Depends: cython3,
debhelper-compat (= 13),
dh-python,
libpython3-dev,
python3,
python3-setuptools,
Standards-Version: 4.5.1
Homepage: http://www.pronterface.com
Vcs-Git: https://salsa.debian.org/3dprinting-team/printrun.git
Vcs-Browser: https://salsa.debian.org/3dprinting-team/printrun
Package: printrun-common
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Description: 3D printer host suite common files
Printrun is a full suite of host interfaces for 3D printers and CNC,
consisting of:
* printcore, a standalone non-interactive G-Code sender
* pronsole, an interactive command-line host
* pronterface, a graphical host software with the same functionality as
pronsole
.
Together with Slic3r they form a powerful 3d printing toolchain.
.
This package contains all common and architecture-independent files for all
suite components.
Package: printcore
Architecture: any
Depends: printrun-common (= ${source:Version}),
python3-dbus,
python3-psutil,
python3-serial,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Breaks: printrun (<< 2)
Replaces: printrun (<< 2)
Description: 3D printer host core commands
Printrun is a full suite of host interfaces for 3D printers and CNC,
consisting of:
* printcore, a standalone non-interactive G-Code sender
* pronsole, an interactive command-line host
* pronterface, a graphical host software with the same functionality as
pronsole
.
Together with Slic3r they form a powerful 3d printing toolchain.
.
This package contains printcore, the G-Code sender.
Package: pronsole
Architecture: all
Depends: printcore (>= ${source:Version}),
printrun-common (= ${source:Version}),
python3-appdirs,
${misc:Depends},
${python3:Depends},
Recommends: slic3r,
Breaks: printrun (<< 2)
Replaces: printrun (<< 2)
Description: Command-line 3D printer host
Printrun is a full suite of host interfaces for 3D printers and CNC,
consisting of:
* printcore, a standalone non-interactive G-Code sender
* pronsole, an interactive command-line host
* pronterface, a graphical host software with the same functionality as
pronsole
.
Together with Slic3r they form a powerful 3d printing toolchain.
.
This package contains scripts and metadata for pronsole, a command-line 3D
printer host.
Package: pronterface
Architecture: all
Depends: pronsole (= ${source:Version}),
python3-cairosvg,
python3-gi,
python3-libxml2,
python3-numpy,
python3-pyglet,
python3-wxgtk4.0,
${misc:Depends},
${python3:Depends},
Recommends: slic3r,
Breaks: printrun (<< 2)
Replaces: printrun (<< 2)
Description: Graphical 3D printer host
Printrun is a full suite of host interfaces for 3D printers and CNC,
consisting of:
* printcore, a standalone non-interactive G-Code sender
* pronsole, an interactive command-line host
* pronterface, a graphical host software with the same functionality as
pronsole
.
Together with Slic3r they form a powerful 3d printing toolchain.
.
This package contains scripts and metadata for pronterface, a graphical 3D
printer host.
Package: plater
Architecture: all
Depends: printcore (>= ${source:Version}),
printrun-common (= ${source:Version}),
python3-numpy,
python3-pyglet,
python3-wxgtk4.0,
${misc:Depends},
${python3:Depends},
Breaks: printrun (<< 2)
Replaces: printrun (<< 2)
Description: Graphical tool to prepare 3D printing plates
Printrun is a full suite of host interfaces for 3D printers and CNC,
consisting of:
* printcore, a standalone non-interactive G-Code sender
* pronsole, an interactive command-line host
* pronterface, a graphical host software with the same functionality as
pronsole
.
Together with Slic3r they form a powerful 3d printing toolchain.
.
This package contains scripts and metadata for plater, a graphical tool to
set-up STL files onto the printing plate.
Package: printrun
Architecture: all
Section: metapackages
Depends: plater,
printcore,
pronsole,
pronterface,
${misc:Depends},
Description: 3D printer hosts suite
Printrun is a full suite of host interfaces for 3D printers and CNC,
consisting of:
* printcore, a standalone non-interactive G-Code sender
* pronsole, an interactive command-line host
* pronterface, a graphical host software with the same functionality as
pronsole
.
Together with Slic3r they form a powerful 3d printing toolchain.
.
This metapackage pulls all Printrun suite components.
|