3D printer / slicing GUI built on top of the Uranium framework
Find a file
Tamara Hogenhout a9f87d5d34 Restyling of the save to toolpath button
When the text is to long for the infobox, it is elided of the "Estimated print-time" message is not shown.

Contributes to #54
2015-06-25 16:49:57 +02:00
cura If we skip an object because it does not have a bounding box, retrigger the change timer 2015-06-24 14:51:45 +02:00
icons Add application icons for all three platforms 2015-06-22 13:57:15 +02:00
plugins Display progress information during processing of layer data 2015-06-24 11:59:10 +02:00
resources Restyling of the save to toolpath button 2015-06-25 16:49:57 +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-24 12:06:00 +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 Bump version to 15.05.95 2015-06-19 06:10:55 -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 Bump version to 15.05.95 2015-06-19 06:10:55 -07: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.