Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilouz committed Sep 29, 2024
1 parent d0a89b5 commit 53dc0fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/firmwares/install-and-update-rooted-firmware-k1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="../ssh-connection">here</a>) 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
Expand Down
2 changes: 1 addition & 1 deletion docs/improvements/bondtech-lgx-pro-lite-upgrade-kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 53dc0fd

Please sign in to comment.