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
|
Source: cura
Priority: optional
Maintainer: Debian 3-D Printing Packages <3dprinter-general@lists.alioth.debian.org>
Uploaders: Gregor Riepl <onitake@gmail.com>,
Christoph Berg <myon@debian.org>,
Build-Depends: cmake (>= 2.8.12),
debhelper-compat (= 12),
dh-python,
gettext,
mypy,
python3-all-dev,
python3-certifi,
python3-cryptography,
python3-keyring,
python3-pytest,
python3-requests,
python3-savitar,
python3-shapely,
python3-pynest2d (>= 4.13~),
python3-uranium (>= 4.5.0),
uranium-tools (>= 4.5.0),
Standards-Version: 4.5.0
Section: misc
Homepage: https://github.com/Ultimaker/Cura
Vcs-Browser: https://salsa.debian.org/3dprinting-team/cura
Vcs-Git: https://salsa.debian.org/3dprinting-team/cura.git
Package: cura
Architecture: all
Depends: cura-engine (>= 1:4.13), cura-engine (<< 1:4.14),
fonts-open-sans,
python3-certifi,
python3-charon,
python3-cryptography,
python3-keyring,
python3-pyqt5 (>=5.10),
python3-pyqt5.qtopengl (>=5.10),
python3-requests,
python3-savitar (>= 4.8),
python3-sentry-sdk,
python3-serial,
python3-shapely,
python3-pynest2d (>= 4.13~),
python3-uranium (>= 4.8),
qml-module-qt-labs-folderlistmodel,
qml-module-qt-labs-settings,
qml-module-qtqml-models2,
qml-module-qtquick-controls,
qml-module-qtquick-controls2,
qml-module-qtquick-dialogs,
uranium-plugins (>= 4.8),
fdm-materials,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: python3-zeroconf (>= 0.28)
Provides: ${python3:Provides}
XB-Python3-Version: ${python3:Versions}
Description: GUI G-code generator for 3D printers
Cura converts digital 3D models (.stl and other formats) into printing
instructions (G-code) for your 3D printer. It cuts the model into horizontal
slices (layers), generates toolpaths to fill them and calculates the amount of
material to be extruded.
.
Cura is easy to use for novices and provides over 200 settings to adjust
for the expert. It can output G-Code for several series of 3D printers,
most notably the Ultimaker.
.
It provides a graphical user interface. For batch mode, check out
cura-engine.
|