32 lines
670 B
Markdown
32 lines
670 B
Markdown
# docker-cura
|
|
|
|
Docker image containing Ultimaker Cura, accessible via web UI or VNC.
|
|
|
|
## Features
|
|
|
|
* Web based GUI (Port 5800)
|
|
* VNC based access (Port 5900)
|
|
|
|
## Building from source
|
|
|
|
```sh
|
|
make docker-build
|
|
```
|
|
|
|
## Resources
|
|
|
|
* [docker-baseimage-gui](https://github.com/jlesage/docker-baseimage-gui)
|
|
* [Cura](https://github.com/Ultimaker/Cura)
|
|
|
|
## Contributing
|
|
|
|
If you find a bug or have an idea for a new feature please [raise an issue](issues/new) to discuss it.
|
|
|
|
Pull requests are welcomed but please try and follow similar code style as the rest of the project and ensure all tests and code checkers are passing.
|
|
|
|
Thank you 💛
|
|
|
|
## License
|
|
|
|
See [LICENSE](LICENSE)
|