3D printer / slicing GUI built on top of the Uranium framework
Find a file
Arjen Hiemstra 8db06b8305 Add a text field style that can be used for generic text fields
Based on the setting text field style.

Contributes to Asana issue 33752130551782
2015-06-05 19:10:15 +02:00
cura Handle finished signal for the ReadMeshJob started from command line args 2015-06-05 13:26:51 +02:00
plugins Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06 2015-06-05 17:43:34 +02:00
resources Add a text field style that can be used for generic text fields 2015-06-05 19:10:15 +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 Add changes of 15.05.93 release 2015-06-03 21:56:20 +02:00
CMakeLists.txt Install the entire plugins directory into $prefix/lib/cura instead of just the contents 2015-05-26 17:12:57 +02:00
cura_app.py Make cura_app executable 2015-05-27 16:31:01 +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 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.