bigtreetech / Pad7

52 stars 8 forks source link

Fix for: mcu 'CB1': Command format mismatch #12

Open ItsDeidara opened 10 months ago

ItsDeidara commented 10 months ago

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

`