Cura-packaging/2.3/CuraEngine/control

23 lines
868 B
Plaintext
Raw Normal View History

2016-09-10 10:33:26 +00:00
Source: cura-engine
Section: utils
Priority: optional
Maintainer: Thomas Karl Pietrowski <thopiekar@googlemail.com>
2016-09-10 10:33:26 +00:00
Build-Depends: debhelper (>= 9), cmake, dh-python,
libarcus-dev,
protobuf-compiler, libprotobuf-dev,
2016-09-10 10:33:26 +00:00
Standards-Version: 3.9.6
Homepage: https://github.com/Ultimaker/CuraEngine
Vcs-Git: https://github.com/Ultimaker/CuraEngine.git
Vcs-Browser: https://github.com/Ultimaker/CuraEngine
X-Python3-Version: >= 3.4
Package: cura-engine
Architecture: any
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
Description: commandline slicer program for 3-D printers
3-D printers need a toolpath for printing, while what is usually distributed
is a 3-D model. A slicer programs converts a model to a toolpath, with user
defined settings for options such as infill density and printing speed.
.
This slicer is the commandline backend of Cura.