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

Arjen Hiemstra 4f6c8df224 Merge branch '15.06' 9 years ago
cura f6fc819009 Fix context menu entries 9 years ago
plugins 7e9870c6cb Set default engine location to unix standard bin dir 9 years ago
resources 8d6f72f409 Set default brim size to 10 lines 9 years ago
src 4f6c8df224 Merge branch '15.06' 9 years ago
.gitignore 92afe31e37 Add gitignore, README, LICENSE and CMakeLists files 10 years ago
CMakeLists.txt 27e734edb7 Install the entire plugins directory into $prefix/lib/cura instead of just the contents 9 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_app.py 96e0faf937 Rename cura.py to cura_app.py to prevent conflicts with "cura" directory 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 96e0faf937 Rename cura.py to cura_app.py to prevent conflicts with "cura" directory 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.