3D printer / slicing GUI built on top of the Uranium framework
Find a file
Arjen Hiemstra 7e841d429e Merge branch 'master' of github.com:ultimaker/Cura
* 'master' of github.com:ultimaker/Cura:
  Add __init__ file or else py2exe fails.
2015-05-11 12:18:43 +02:00
plugins Add missing copyright headers 2015-05-11 12:18:05 +02:00
resources Add missing copyright headers 2015-05-11 12:18:05 +02:00
src Merge branch 'master' of github.com:ultimaker/Cura 2015-05-11 12:18:43 +02:00
.gitignore Add gitignore, README, LICENSE and CMakeLists files 2015-04-30 13:37:18 +02:00
build.sh Add the scripts used to build the release package (still needs some more work, but works on my desktop) 2015-05-04 13:35:53 +02:00
CMakeLists.txt Add CMake targets to extract messages and create translations 2015-05-04 18:04:23 +02:00
cura.py Add missing copyright headers 2015-05-11 12:18:05 +02:00
installer.nsi Add the scripts used to build the release package (still needs some more work, but works on my desktop) 2015-05-04 13:35:53 +02:00
LICENSE Add gitignore, README, LICENSE and CMakeLists files 2015-04-30 13:37:18 +02:00
README.md Add gitignore, README, LICENSE and CMakeLists files 2015-04-30 13:37:18 +02:00
setup.py Add missing copyright headers 2015-05-11 12:18:05 +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.