mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
3D printer / slicing GUI built on top of the Uranium framework
Rather than using a lot of calls to MeshData::addVertices which is very slow, pre-allocate numpy arrays, fill them with data from the polygons and then assign them to the mesh data's arrays. This greatly increases performance of the layer data calculation. Contributes to #52 |
||
|---|---|---|
| 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.