diff --git a/docs/firmware/fw_kobraOS.md b/docs/firmware/fw_kobraOS.md index 05e5a36..18e283c 100644 --- a/docs/firmware/fw_kobraOS.md +++ b/docs/firmware/fw_kobraOS.md @@ -24,7 +24,8 @@ For updating the firmware, you can either ??? info "Firmware Files For Executing Offline Updates" - User [hedgehogform](https://codeberg.org/hedgehogform/) created a repository where he offers all `update.swu` files for the Kobra 2 Pro, Plus and Max that have been released by Anycubic. You can find the files [here](https://codeberg.org/hedgehogform/Anycubic-Kobra-2-Series-Firmware). + User hedgehogform originally maintained a repository mirroring all `update.swu` files for the Kobra 2 Pro, Plus and Max. That repository has since been removed and has no direct replacement. + The official firmware files can be downloaded using [kobra2-fw-tools](https://github.com/cardil/kobra2-fw-tools) by [cardil](https://github.com/cardil), which provides scripts to fetch and modify the official Anycubic firmware from their servers. --- @@ -1006,10 +1007,10 @@ I'll list the solutions I'm aware of in the following - if you came across furth --- #### Various Tools For Modifying KobraOS -The following repository offers various tools for accessing, rooting and modifying the stock firmware. -Please read the according descriptions at the repository about what can be done. +The following repository offers various tools for accessing, rooting and modifying the stock firmware. +Please read the according descriptions at the repository about what can be done. -[Anycubic Kobra 2 Series Tools](https://codeberg.org/hedgehogform/Anycubic-Kobra-2-Series-Tools) by [hedgehogform](https://codeberg.org/hedgehogform/) +[kobra2-fw-tools](https://github.com/cardil/kobra2-fw-tools) by [cardil](https://github.com/cardil) *(actively maintained fork of the original hedgehogform/ultimateshadsform tools)* --- @@ -1024,16 +1025,13 @@ Please read [this post in the Klipper discourse group](https://klipper.discourse --- -#### Custom Webserver +#### Custom Webserver & Webinterface -Tools and code which is needed to build a custom webserver: [Anycubic Kobra 2 Custom Webserver](https://github.com/AGG2017/ACK2-Webserver) by [AGG2017](https://github.com/AGG2017) +A modern web dashboard for the Kobra 2 Series with bed mesh averaging, leveling profiles, 3D visualization, webcam streaming, file browser, and system tools: +[AK2 Dashboard](https://github.com/cardil/ak2-dashboard) by [cardil](https://github.com/cardil) *(actively maintained fork of [AGG2017/ACK2-Webserver](https://github.com/AGG2017/ACK2-Webserver))* ---- +Also integrates with [Kobra Unleashed](https://github.com/cardil/kobra-unleashed) by [cardil](https://github.com/cardil) *(actively maintained fork of [anjomro/kobra-unleashed](https://github.com/anjomro/kobra-unleashed))* for remote MQTT-based printer control. -#### Custom Webserver & Webinterface - -Webinterface which uses the interface of the KobraOS and a custom webserver: [Kobra Unleashed](https://github.com/anjomro/kobra-unleashed) by [anjomro](https://github.com/anjomro) - --- #### Bedmesh diff --git a/docs/hardware/mainboard.md b/docs/hardware/mainboard.md index 31fa0d1..a42207e 100644 --- a/docs/hardware/mainboard.md +++ b/docs/hardware/mainboard.md @@ -191,12 +191,15 @@ This is the repo where you can find all the necessary information: [RPi-Zero-W-W --- -### MOD: Own Server And Webinterface +### MOD: Own Server And Webinterface -User [anjomro](https://github.com/anjomro) did some reverse engineering and created a solution where you basically set up your own server where the machine then connects to via WiFi. You then use a webinterface anjomro created, which uses the interface of the printer's firmware. -By doing so you can then access the machine locally to a certain degree. +User [anjomro](https://github.com/anjomro) did some reverse engineering and created a solution where you basically set up your own server where the machine then connects to via WiFi. You then use a webinterface anjomro created, which uses the interface of the printer's firmware. +By doing so you can then access the machine locally to a certain degree. -This neat solution is called ["Kobra Unleashed"](https://github.com/anjomro/kobra-unleashed). +This neat solution is called ["Kobra Unleashed"](https://github.com/anjomro/kobra-unleashed) (original, now unmaintained). +An actively maintained fork is available as [Kobra Unleashed](https://github.com/cardil/kobra-unleashed) by [cardil](https://github.com/cardil). + +Kobra Unleashed still runs on a separate external server — but the [AK2 Dashboard](https://github.com/cardil/ak2-dashboard) provides a built-in UI for it. This means users can control their printer, monitor prints, manage files, adjust bed leveling, and interact with Kobra Unleashed all from one consistent interface, without jumping between browser tabs. ---