3D printer / slicing GUI built on top of the Uranium framework https://ultimaker.com/software/ultimaker-cura/

Arjen Hiemstra b1984f58a0 Use MeshFileHandler to load dropped files 9 years ago
plugins a6d5bf04d8 Fix syntax error 9 years ago
resources b1984f58a0 Use MeshFileHandler to load dropped files 9 years ago
src cc7ce1d408 Rename everything "Printer" to either "Cura" or drop the prefix since it is no longer needed 9 years ago
.gitignore 92afe31e37 Add gitignore, README, LICENSE and CMakeLists files 10 years ago
CMakeLists.txt 0bbb7f93e8 Add CMake targets to extract messages and create translations 10 years ago
LICENSE 92afe31e37 Add gitignore, README, LICENSE and CMakeLists files 10 years ago
README.md 92afe31e37 Add gitignore, README, LICENSE and CMakeLists files 10 years ago
build.sh 881be3c405 Add the scripts used to build the release package (still needs some more work, but works on my desktop) 10 years ago
cura.py cc7ce1d408 Rename everything "Printer" to either "Cura" or drop the prefix since it is no longer needed 9 years ago
installer.nsi 881be3c405 Add the scripts used to build the release package (still needs some more work, but works on my desktop) 10 years ago
setup.py ab6a3041c1 Small fixes to build cura release for windows. 9 years ago

README.md

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.