add links

This commit is contained in:
Alexander 2024-03-28 18:28:27 +01:00
parent f86c5e98e6
commit 90af995da3
2 changed files with 10 additions and 0 deletions

View file

@ -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.

9
docs/LINKS.md Normal file
View file

@ -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.