From 58050f62e37e6aa77f29bd8e01c27486277f55b9 Mon Sep 17 00:00:00 2001 From: Ulf D <1coderookie@quantentunnel.de> Date: Fri, 22 Mar 2024 09:33:27 +0100 Subject: [PATCH] Update fw_kobraOS.md --- docs/firmware/fw_kobraOS.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/docs/firmware/fw_kobraOS.md b/docs/firmware/fw_kobraOS.md index 3c3323e..c02b3b7 100644 --- a/docs/firmware/fw_kobraOS.md +++ b/docs/firmware/fw_kobraOS.md @@ -995,12 +995,13 @@ I'll list the solutions I'm aware of in the following - if you came across furth **Thanks to everyone who took the time and effort to make this happen!** ---- +!!! warning "Backup The Stock Settings And Be Careful About Changing Settings!" -#### Changing Settings -Due to the work of [daksimpson](https://klipper.discourse.group/u/daksimpson) it's possible to change settings in the abovementioned files `printer.cfg` and `unmodifiable.cfg`. -For this, no root access is necessary. -Please read [this post in the Klipper discourse group](https://klipper.discourse.group/t/printer-cfg-for-anycubic-kobra-2-plus-pro-max/11658/107) for further instructions! + Even though this should be a no-brainer, make a backup of the stock settings before attempting to change anything! + Besides, be very careful when changing any settings - changing the wrong settings could do harm and might result in a non-booting device! + If you don't know what you're doing, don't play around! + Don't assume the tools listed in the following are foolproof! + Read the Klipper documentation attentively to understand the settings and if in doubt, better don't change anything! --- @@ -1012,6 +1013,17 @@ Please read the according descriptions at the repository about what can be done. --- +#### Changing Settings +Due to the work of [daksimpson](https://klipper.discourse.group/u/daksimpson) it's possible to change settings in the abovementioned files `printer.cfg` and `unmodifiable.cfg`. +For this, no root access is necessary. + +**Warning:** +**This way of changing settings in the `printer.cfg` still seems to work, but you have to know what you're doing! This solution is not foolproof at all! Changing the wrong setting can leave you with a bricked unit!** + +Please read [this post in the Klipper discourse group](https://klipper.discourse.group/t/printer-cfg-for-anycubic-kobra-2-plus-pro-max/11658/107) for further instructions! + +--- + #### Custom Webserver 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)