From 869bbffeb9d70fce013714152171fecbb155c34e Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Mon, 20 Oct 2025 13:54:58 -0400 Subject: [PATCH] Adjust firmware compilation instructions. --- misc/compile-how-to.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/misc/compile-how-to.md b/misc/compile-how-to.md index 9cd89e4..ef445e1 100644 --- a/misc/compile-how-to.md +++ b/misc/compile-how-to.md @@ -23,8 +23,6 @@ You have to decide what camp you want to be apart off. ##### Update Klipper repo first -\*\* _For those coming from the_ ${\small{\textcolor{WildStrawberry}{\texttt{Before You B.egin}}}}$ _section (installing Klipper for the first time), complete_ **only** _this section_. No need to compile the firmware, etc. - It's always best to update the Klipper repository that lives on the host before compiling. This ensures that your `klipper.bin` will be as 'fresh' as possible. - In `Fluidd`, you can do this from `Settings` > `Software Updates`. @@ -39,6 +37,10 @@ It's always best to update the Klipper repository that lives on the host before 3. `make menuconfig` 4. Set things up to look as follows: ![make-menuconfig](https://github.com/bassamanator/Sovol-SV06-firmware/assets/61985779/22298d47-2604-4231-ad10-7d6793be7904) + +> [!NOTE] +> New option added: `Optimize stepper code for 'step on both edges'`, enable it. + 5. `make clean` - Clears `~/klipper/out/` 6. `make`