Fill out above information andin all cases attach yourklippy.logfile (use zip to compress it, if too big). Pasting yourprinter.cfgis not needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
Hi after update klipper in my new voron I had issue with stealthburner led not respond correctly. After some tries today I found an user with same issue and he check the signal data with oscilloscope and the data sheet of lens and change these value in neopixel.c
Corrected them according to the WS2812 data sheet: #define PULSE_LONG_TICKS nsecs_to_ticks(700) #define PULSE_SHORT_TICKS nsecs_to_ticks(350)
I tried too and now it WORKS correctly.
I flashed klipper in June for first time and led on SB works well. Last week I update klipper and issue came out
The Neopixel stuff is quite a zoo of different specifications and thus there is no common truth between the different chips that are summarized under “Neopixels”
Nothing was changed in the recent times that would affect this
yep, i understand the zoo. Maybe is possible to add these parameters in the neopixel config? I tried all thing in these days and I think to have a malfunctioning led chain. but today I found this solutions that work.
I’ve basically kept to Adafruit (from DigiKey) but I have never had a problem - I’ve bought a few off of Amazon as well as AliExpress. All of my printers are running them and, in several cases, two strings of them.
My Voron is still running with an Octopus Pro with two six NeoPixel strings (PCBs actually) and but I’m using an SB2209 toolhead controller with a two NeoPixel string without any issues since I set up the printer.
Two of my other CoreXYs are running with Manta M8Ps with multiple NeoPixel Strings as well (one uses a CM4 and one uses a CB1). No problems here either.
Could I ask that you share your klippy.log? That was asked for when you generated the post but you didn’t include it. There may be something in there that’s a clue to what’s happening.