From 3723591ecb752a09247ef6ae56d5e8bec970c88e Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Mon, 27 Nov 2023 04:14:01 -0500 Subject: [PATCH 1/2] Adjust readme. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dfa8771..09de7aa 100644 --- a/README.md +++ b/README.md @@ -179,9 +179,7 @@ If the Klipper flash that you did earlier was successful, and you've done everyt 💡 I recommend no filament be loaded for any of these steps. -🗒️ Find explanations for gcode commands: [https://marlinfw.org/](https://marlinfw.org/), [https://www.klipper3d.org/](https://www.klipper3d.org/G-Codes.html). - -You will be pasting/typing these commands into the Mainsail/Fluidd console. +🗒️ You will be pasting/typing these commands into the Mainsail/Fluidd console. 1. Check to see if `X` and `Y` max positions can be reached, and adjust `position_max`, if necessary. You might be able to go further, which is great, but I recommend leaving a 2mm gap for safety. 1. `G28` @@ -235,7 +233,7 @@ PURGE_LINE Please ⭐ star this repository! -If you found my work useful, consider buying me a [Ko-fi](https://ko-fi.com/bassamanator). +If you found my work useful, buy me a [Ko-fi](https://ko-fi.com/bassamanator). [🔼 Back to top](#outline) From fe88e3cf6f05fedd0d23c66f9cd01c6d2b539345 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Mon, 27 Nov 2023 18:58:10 -0500 Subject: [PATCH 2/2] Adjust readme: klipper update instructions. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09de7aa..45b11e0 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Although I've made switching over to Klipper as easy as is possible, it can stil - [Disable](https://github.com/bassamanator/everything-sovol-sv06/blob/main/howto.md#disable-usb-cable-5v-pin) the USB cable's 5V pin. - It is also assumed that the username on the host device is `pi`. If that is not the case, you will have to manually edit `moonraker.conf` and `cfgs/misc-macros.cfg` and change any mentions of `/home/pi` to `/home/yourUserName`. - Klipper _must_ be installed on the host Raspberry Pi for everything to work. Easiest is to use a [MainsailOS](https://github.com/mainsail-crew/mainsail/releases/latest) image. Alternatively, you can install `Fluidd` or `Mainsail` via [KIAUH](https://github.com/th33xitus/kiauh). +- Klipper _must_ be up to date. Find updating instructions [here](https://github.com/bassamanator/Sovol-SV06-firmware/discussions/111). - Robert Redford's performance in _Spy Game (2001)_ was superb! - It is assumed that there is one instance of Klipper installed. If you have multiple instances of Klipper installed, via `KIAUH` for example, then this guide is not for you. You can still use all the configs of course, but the steps in this guide will likely not work for you. - Your question has probably been answered already, but if it hasn't, please post in the [Discussion](https://github.com/bassamanator/Sovol-SV06-firmware/discussions) section.