mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
3D printer / slicing GUI built on top of the Uranium framework
Rather than sending an M105 only after receiving a line with T:, always send M105 when we are trying to detect baudrate, otherwise we can end up in an undefined state. Contributes to #82 |
||
|---|---|---|
| cura | ||
| icons | ||
| plugins | ||
| resources | ||
| .gitignore | ||
| build.sh | ||
| CHANGES | ||
| CMakeLists.txt | ||
| cura.desktop | ||
| 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.