-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix breaking klipper change #5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not working for me, I manually updated src/virtual_leds.py on my machine with your change and no joy :(
Do you have a log? |
[neopixel top] [virtual_leds top_left] [virtual_leds top_right] [led_effect top_left]
Config error |
are you on the latest klipper? |
I have a very similar config and cannot reproduce your failure. |
OK I had a spare pi zero with usb network connection to play with to ensure your change works or not so it seems. The list below is absolutely everything that has been done on a blank vanilla install. With no actual printer connected. Is it possible you have done a little more somewhere else other than in your change on this one file? Rasberry pi imager v1.8.5 - > Mainsail OS 1.3.2 flashed to 8GB SD card. Let the update manager spin for a while then once it knew where it was up to clicked the "Update all components" option, takes ages updating OS stuff as well as klipper and so on. Now install lipper-led_effect
and add a neopixel to printer.cfg
Firmware restart just to be sure
Firmware restart just to be sure Add the virtual LED block to printer.cfg
Firmware restart just to be sure OK expected issue now showing so nano src/virtual_leds.py
=======================
|
Figured out the native led_effect support for splitting the chains so I can live without this anyway. neopixel:top (1-8)
|
I've tested these changes on three machines now. It seems to require restarting a few components (moonraker, klipper. etc) to take, so I recommend rebooting the system instead. cd ~/klipper-virtual_leds
git remote set-url origin https://github.com/thetic/klipper-virtual_leds.git
git pull
sudo reboot |
Excellent work @thetic , i manually updated the file and rebooted the pi & it resolved the issue. This should be merged into the main branch. |
I ran into some bugs that I haven't had time to look into. This is not a complete fix. |
Fix #4