3D printer / slicing GUI built on top of the Uranium framework
Find a file
Aldo Hoeben e2b170b51a Improve visibility of layer slider
The layer slider (in Layer viewmode) has poor visibility against the background if the slider overlaps the checkerboard in the 3d scene. This patch changes the color of the slider to the same color that is used for buttons, setting it apart from the checkerboard.

Fixes https://github.com/Ultimaker/Cura/issues/93
2015-07-03 21:59:58 +02:00
cura Remove the cleanup code as it causes too many issues 2015-07-01 02:33:44 -07:00
icons Add application icons for all three platforms 2015-06-22 13:57:15 +02:00
plugins Remove the close button since it does not work 2015-07-01 02:52:29 +02:00
resources Improve visibility of layer slider 2015-07-03 21:59:58 +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 Always install to $prefix/lib, do not use an arch-specific libdir 2015-06-30 14:24:52 +02:00
cura_app.py Make cura_app executable 2015-05-27 16:31:01 +02:00
installer.nsi Bump version to .97 2015-06-25 08:58:44 -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 .97 2015-06-25 08:58:44 -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.