mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
3D printer / slicing GUI built on top of the Uranium framework
![]() 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 |
||
---|---|---|
cura | ||
icons | ||
plugins | ||
resources | ||
.gitignore | ||
build.sh | ||
CHANGES | ||
CMakeLists.txt | ||
cura_app.py | ||
installer.nsi | ||
LICENSE | ||
README.md | ||
setup.py |
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.