mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
3D printer / slicing GUI built on top of the Uranium framework
| cura | ||
| icons | ||
| plugins | ||
| resources | ||
| src | ||
| .gitignore | ||
| build.sh | ||
| CHANGES | ||
| CMakeLists.txt | ||
| cura_app.py | ||
| installer.nsi | ||
| LICENSE | ||
| README.md | ||
| setup.py | ||
Cura
This is the new, shiny, unreleased frontend for Cura. daid/Cura is the old legacy Cura that everyone knows and loves/hates.
We re-worked the whole GUI code at Ultimaker, because my old code started to become an unmaintainable ball of poo.
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.
Configuring Cura
- link your CuraEngine backend by inserting the following line in home/.config/cura/config.cfg : [backend] location = /[path_to_the..]/CuraEngine/build/CuraEngine
Build scripts
Please checkout cura-build