3D printer / slicing GUI built on top of the Uranium framework
Find a file
2015-06-19 13:44:25 +02:00
cura Add a precision value to the time/quality slider settings and use that to round values 2015-06-19 12:08:43 +02:00
plugins Change "Update" back to "Update Firmware" 2015-06-17 16:03:07 +02:00
resources Hide the bed temperature for UMO 2015-06-19 13:22:24 +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
CHANGES Update changelog 2015-06-19 13:44:25 +02:00
CMakeLists.txt Add missing translations to the list of translations to build 2015-06-17 15:16:22 +02:00
cura_app.py Make cura_app executable 2015-05-27 16:31:01 +02:00
installer.nsi Include VCRedist and add an option to run it during install 2015-06-09 05:23:37 -07: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 Rename cura.py to cura_app.py to prevent conflicts with "cura" directory 2015-05-21 15:13:06 +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.