From 53dc0fd816375d67eade766f58e25997e857b6fd Mon Sep 17 00:00:00 2001 From: Cyril Date: Sun, 29 Sep 2024 14:53:33 +0200 Subject: [PATCH] update --- docs/firmwares/install-and-update-rooted-firmware-k1.md | 6 +++--- docs/improvements/bondtech-lgx-pro-lite-upgrade-kit.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/firmwares/install-and-update-rooted-firmware-k1.md b/docs/firmwares/install-and-update-rooted-firmware-k1.md index 911d9758..f2b9a0b1 100644 --- a/docs/firmwares/install-and-update-rooted-firmware-k1.md +++ b/docs/firmwares/install-and-update-rooted-firmware-k1.md @@ -84,9 +84,9 @@ This can be useful if you have made modifications to the printer (BLTouch etc... - If you no longer want to have the USB drive inserted (until the next factory reset), connect to SSH (Guide is available here) and enter this command: -``` title="SSH Command Prompt" -sed -i 's/"self_test_sw":1/"self_test_sw":0/' /usr/data/creality/userdata/config/system_config.json -``` + ``` title="SSH Command Prompt" + sed -i 's/"self_test_sw":1/"self_test_sw":0/' /usr/data/creality/userdata/config/system_config.json + ``` ## Enable Root Access diff --git a/docs/improvements/bondtech-lgx-pro-lite-upgrade-kit.md b/docs/improvements/bondtech-lgx-pro-lite-upgrade-kit.md index 81ff18d8..b6700788 100644 --- a/docs/improvements/bondtech-lgx-pro-lite-upgrade-kit.md +++ b/docs/improvements/bondtech-lgx-pro-lite-upgrade-kit.md @@ -53,7 +53,7 @@ It’s needed to change extruder motor configuration. - Search section named `[extruder]` and replace this parameter: - ``` title="printer.cfg" hl_lines="2" + ``` hl_lines="2" [extruder] rotation_distance: 3.99 ```