Updated kipper and now got errors

Basic Information:

Printer Model: Ender 5 plus
MCU / Printerboard: BTT Manta M8P V2
Host / SBC
klippy.log
klippy.zip (3.5 MB)

Describe your issue:

Mainsail:

I was setting up Timelapse via the moonraker
Updated all my files from machine tab and then couldn’t get it restarted.

When I press “firmware restart”

Internal error during ready callback: ‘LEDHelper’ object has no attribute ‘get_led_count’
Once the underlying issue is corrected, use the
“FIRMWARE_RESTART” command to reset the firmware, reload the
config, and restart the host software.
Printer is shutdown

When ever I reboot or press “restart”

Can not update MCU ‘mcu’ config as it is shutdown
Once the underlying issue is corrected, use the
“FIRMWARE_RESTART” command to reset the firmware, reload the
config, and restart the host software.
Error configuring printer

1 Like

Hello @xXLyfeXx !

Have you tried without the LED macros?

Yeah I commented out my neopixel.cfg and it worked….
Strange it only just did it.

Maybe there is something new in the update that is not already covered in the neopixel.cfg

The led_effect.py uses a function named get_led_count. This has been removed from Klipper as Klipper is no longer using this function.

The author of led_effect.py will have to update his 3rd party extension.

Yeah I had just seen that.