moggieuk/Happy-Hare

Fysetc ERCF v2 kit LED configuration - solution!

Opened this issue · 2 comments

For once, I had so much difficulty and the solution was not referenced on the net at the moment that I allow myself to help all those who are in the configuration of the LEDs of the Fysetc ERCF v2 kit.

You have to go to mmu/base/mmu_hardware.cfg:
[neopixel mmu_leds]
pin: mmu:MMU_NEOPIXEL
chain_count: 16 (for a 8 colors ERCF)
color_order: GRB (this is the important point)

And:
[mmu_leds]
num_gates: 8
led_strip: neopixel:mmu_leds
exit_range: 8-1
entry_range: 9-16
#status_index: 17
frame_rate: 24

When inserting a piece of filament, you will immediately see if you have put your LED strips in a different configuration. Ideally try to replace them rather than modify the exit or entry range

WIN_20240826_13_00_44_Pro
WIN_20240826_13_01_10_Pro

Worked perfect. Thanks for sharing this here.

Worked for me too. Although, I think the CFG format may have changed or is different on my system. In my mmu_hardware.cfg for HH v3.1.0-110 on Flashforge Adventurer 5M with Klipper Mod v00.05-beta:

...
[neopixel mmu_leds]
pin: mmu:MMU_NEOPIXEL
chain_count: 16
color_order: GRB

[mmu_leds]
exit_leds:   neopixel:mmu_leds (8-1)
entry_leds:  neopixel:mmu_leds (9-16)
frame_rate: 24