- Go to the folder in which you have installed klipper
- Stop Klipper (
sudo service klipper stop
) - Issue
git checkout 4d2adddb202321cd4f65e41b9ffe6fac5d1fe566
- Most likely you will have to re-flash your firmware and rebuild the linux client or it will throw errors
- Restart Klipper
- To return to the latest Klipper version issue
git checkout master
- Repeat No. 4 and 5
(Disclaimer: I’m a complete n00b when it comes to git. If aliens abduct your dog after the commands, it is not my liability)