You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Low priority request, but I have duplicated LEDs in my MMU and I would love to be able to light them all up. There are "exit" LEDs on both the spool rewinders and on the skirt of the machine itself.
I do see an error in this setup BTW (maybe just a type)
I see 9 leds on initial exit
but 10 on on entry and second exit
I'll add as feature request but it will be low priority... you obviously love LEDs. Lol. Technically the LED support is all done in macros (after h/w setup which can also be done) so you could add this yourself...
Thanks for your consideration. Can you call multiple printer.add_object() with the same parameter name? (ie mmu_exit_leds) ? I feel like the last is overwriting the first, and then the macro can only use the last one:
SET_LED LED=mmu_{segment}_leds
I'm willing to code this myself and submit a PR, but curious how you would tackle this. Create an indexed segment (mmu_exit0_leds, mmu_exit1_leds, etc)? Let me know what you think.
FWIW, I tried using the virtual_led plugin but it seems to be broken after a recent-ish klipper update. My thought was to add each exit led as it's own group and enumerate them individually.
The virtual led plugin has been broken for a while but you don't need it with HH -- it has equivalent functionality. I turn the specification in [mmu_leds] into a set of virtual leds already. The index being the gate number. So the change would be to (i) create another set of virtual leds, (ii) update the _MMU_LED's macros in mmu_leds.cfg to cope with multiple sets.
Caution though, some have found that excessive LED use has led to Timer Too Close errors so I don't want to do anything that makes that worse...
Low priority request, but I have duplicated LEDs in my MMU and I would love to be able to light them all up. There are "exit" LEDs on both the spool rewinders and on the skirt of the machine itself.
I am asking for something like:
Right now, it seems that the ones that were last defined take precedence and the early ones don't turn on.
The text was updated successfully, but these errors were encountered: