How to compile klipper.bin
for the SV06/Plus
#111
Locked
bassamanator
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do I need to re-flash the motherboard?
You will almost never need to re-flash
klipper.bin
. When this is needed, your dashboard will explicitly tell you that you need to re-flash.Where does Klipper live?
🗒️ These 2 versions of klipper can rightly differ.
Should I update Klipper, moonraker, etc.?
I always update everything on the host device via the dashboard. I don't want to miss out on improvements, especially those that improve safety. What this means is that on some occasions, there will be breaking changes: you will need to change a few things in your config before you can print. I would suggest that if you absolutely have to get something printed immediately and there's an update, perhaps wait till after the print completes to do the update.
Others will argue that 'if it ain't broke, don't fix it'.
You have to decide what camp you want to be apart off.
How-To
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.Fluidd
, you can do this fromSettings
>Software Updates
.Mainsail
, you can do this fromMachine
>Update Manager
.Compile
klipper.bin
🗒️ The
compilation settings
you see in the image below apply only the theSV06/Plus
boards, but the steps for compilation apply to any board.ssh
into the Klipper host (i.e., RPi, OrangePi, etc.).cd ~/klipper
make menuconfig
make clean
~/klipper/out/
make
klipper.bin
and puts it in~/klipper/out/
Beta Was this translation helpful? Give feedback.
All reactions