new_life_for_the_prusa_mk3s_with_klipper

This is an old revision of the document!


new life for the Prusa Mk3S with klipper

there is a very good video on youtube which explains it all. basically a raspberry pi zero w can be added to a prusa mk3s printer and then the klipper firmware can be flashed to control the printer using klipper and therefore enable input shaping which more or less gives you the Mk3.5 upgrade bur for the cost of a raspberry pi zero W and a SD card, roughly 30 CHF in total.

here are my notes along the way.

start the printer and check the z offset values for all your build plates!

here is an illustration from the prusa manual, which shows which pins need to be soldered in. CAUTION note that the black pin header is offset by one row of pins above the 5V pin!

i had a raspberry with the full header soldered to it, so i ended up clipping off all the unneeded pins. the remaining header with the now cut off pins however interferes with the 3d printed frame, so i found a modified frame which fits with the full pin header plastic socket is still on the raspberry

on ubuntu, the raspberry pi imager can be installed using

sudo apt install rpi-imager

i configured my wifi, enabled ssh, and added my ssh public key

connect the raspberry pi with an usb micro OTG cable and a usb A to B cable to the printer. make sure you use the data port for that, then use a micro-usb power supply to power on the raspberry. now ssh into the raspberry and then:

cd klipper
make menuconfig

then:

  • enable extra llow-level config
  • change communication interface to UART1
  • press q to exit save

now find the serial port where the prusa printer is attached (via usb for now)

ls /dev/serial/by-id/*

copy the path and then stop klipper and run the make command to build and flash the firmware:

sudo service klipper stop
make flash FLASH_DEVICE=/dev/serial/by-id/usb-Prusa_Research__prusa3d.com__Original_Prusa_i3_MK3_..........

once the flashing is done, turn off the printer, disconnect all usb cables and plug the raspberry straight into the back of the controller board as shown in the video.

  • new_life_for_the_prusa_mk3s_with_klipper.1767555108.txt.gz
  • Last modified: 04.01.2026 20:31
  • by Pascal Suter