3D printer / slicing GUI built on top of the Uranium framework
Find a file
2015-04-30 13:37:18 +02:00
plugins Add 'plugins/USBPrinting/' from commit 'b28ca0881a' 2015-04-30 12:30:37 +02:00
qml Add About dialog to cura main QML file 2015-04-29 17:48:40 +02:00
resources/themes/cura Add 'resources/themes/cura/' from commit 'ff0b05acb2' 2015-04-30 13:28:11 +02:00
src Move all Cura files into a src/ directory 2015-04-30 12:25:31 +02:00
.gitignore Add gitignore, README, LICENSE and CMakeLists files 2015-04-30 13:37:18 +02:00
CMakeLists.txt Add gitignore, README, LICENSE and CMakeLists files 2015-04-30 13:37:18 +02:00
LICENSE Add gitignore, README, LICENSE and CMakeLists files 2015-04-30 13:37:18 +02:00
printer.py Use the PrintApplication's getInstance method to instantiate the printer application 2014-12-09 11:52:49 +01:00
README.md Add gitignore, README, LICENSE and CMakeLists files 2015-04-30 13:37:18 +02:00
setup.py Some style fixing, and added a test script to test for the major style violations. 2015-04-24 17:07:32 +02:00

Cura

This is the source code of Cura.

Dependencies

  • Uranium Cura is built on top of the Uranium framework.
  • CuraEngine This will be needed at runtime to perform the actual slicing.
  • PySerial Only required for USB printing support.