Closed Skudderon closed 6 years ago
Recv: // This type of error is frequently caused by running an older Recv: // version of the firmware on the micro-controller (fix by Recv: // recompiling and flashing the firmware).
Insert facepalm gif.
So? Then tell me whats newer then 0.6.0-41??? using same emoji
Klipper is up to date but the microcontroler part not. You need just to reflash you board like you did it first time installing klipper.
I did it yesterday. The error was after update. Thats why i posted: Recv: ok FIRMWARE_VERSION:v0.6.0-41-gbdd26e4 FIRMWARE_NAME:Klipper
Did you run make clean and make before make flash?
No i didnt. I used the way in: https://github.com/KevinOConnor/klipper/blob/master/docs/FAQ.md#how-do-i-upgrade-to-the-latest-software
Then try this:
make clean
make
make flash FLASH_DEVICE=/dev/ttyACM0
The make flash command does not work with Anet board. So i used: avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex like in the net A8 config file written.
Doesn't matter, important is to use make and make clean to rebuild the firmware.
"pi@octopi:~ $ make clean make make flash FLASH_DEVICE=/dev/ttyACM0 make: *** No rule to make target 'clean'. Stop.!
Not in one line. Every command is separate
oh, ok thx
And first you need to change folder with cd where you have klipper instaled
THIS was the point ;-) thanks
So finaly the display is online and i found the mistake. I used ONLY the command from printer.cfg (for Anet A8). I have to use BOTH commands (make flash ... AND avrdude ...)
Thanks for your help!
Hi, i used the printer.cfg for Anet A8. Works fine if display section is commented out. If i activate this i get this message in terminal:
"Send: status Recv: // Unknown command: hd44780_send_cmds Recv: // This type of error is frequently caused by running an older Recv: // version of the firmware on the micro-controller (fix by Recv: // recompiling and flashing the firmware). Recv: // Once the underlying issue is corrected, use the "RESTART" Recv: // command to reload the config and restart the host software. Recv: // Protocol error connecting to printer Recv: !! Unknown command: hd44780_send_cmds Recv: ok"
Klipper is up to date: "Send: N1 M115*39 Recv: ok FIRMWARE_VERSION:v0.6.0-41-gbdd26e4 FIRMWARE_NAME:Klipper What can i do?
Best Regards