diff --git a/README.md b/README.md index 42114b3..1e6145b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This repository contains tools for the Anycubic Kobra 2 Series 3D printers. Documentation can be found in the `docs` directory. +- [LINKS.md](docs/LINKS.md) - Useful things/addons for the printer. - [OPTIONS.md](docs/OPTIONS.md) - Options for the firmware. - [GCODE_COMMANDS.md](docs/GCODE_COMMANDS.md) - GCODE commands. - [MQTT_API.md](docs/MQTT_API.md) - MQTT API. diff --git a/docs/LINKS.md b/docs/LINKS.md new file mode 100644 index 0000000..6b4a2eb --- /dev/null +++ b/docs/LINKS.md @@ -0,0 +1,9 @@ +# Links + +* [Webserver](https://github.com/AGG2017/ACK2-Webserver/) - Webserver for the Anycubic Kobra 2 Series created by AGG2017. + +* [Kobra Unleashed](https://github.com/anjomro/kobra-unleashed) - Remote Web Interface for Anycubic Kobra 2 Series 3D Printers. + +* [Kobra Unleashed [AGG2017 Version]](https://github.com/AGG2017/kobra-unleashed) - Remote Web Interface. Improved version of the original Kobra Unleashed. + +* [Kobra Unleashed [Alex Version]](https://github.com/anjomro/kobra-unleashed/tree/go-server) - A whole new web interface writting in Go. \ No newline at end of file