bigtreetech/Pad7

Fix for: mcu 'CB1': Command format mismatch

Opened this issue · 0 comments

Newest version of Klipper seems to have issues running on the latest image. I thought I had to reflash my printer but it was actually the Pad 7 which needed update.

The following fixed it

`cd ~/klipper/
make menuconfig

sudo service klipper stop
make flash
sudo service klipper start

`