Neopixel problems

Basic Information:

Printer Model: Voron 2.4r2
MCU / Printerboard:Octopus v1.1
Host / SBC rpi 4b
klippy.log
klippy.log (6.6 MB)

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

…I’ve had trouble with my previous install of BTT Neopixels so purchased a set of Mellow ones. But they don’t seem to light correctly, don’t know if it’s something to do with the config. I’m using the config from the BTT Neopixels so don’t know if this is the problem?
stealthburner_leds.cfg (10.0 KB)
The old Neopixel where these ones:-


And the replacement are these:-

Could you be more specific in explaining what you mean by “don’t seem to light correctly”?

Now, from your klippy.log, it looks like you are have a CAN bus toolhead controller - shouldn’t your NeoPixels be connected to this? And, if they are, shouldn’t you be specifying that in your [neopixel statement?

The ebb2209 which I’m using isn’t working has no output so I’ve had to run a wire from the Toolhead to the mainboard.
To your first question, the logo seems to only light the two lights at the hot end don’t illuminate!

So what I would recommend doing is:

  1. Commenting out the [include stealthburner_leds] statement in your printer.cfg.
  2. In your printer.cfg adding the statement:
[neopixel sb_leds]
pin = PB6
chain_count = 3
color_order = GRBW
initial_red = 1.0
initial_green = 0.6
initial_blue = 1.0
initial_white = 0.6

Let’s see if all three LEDs come up and if you can change all their colours and brightness (using the sliders in the Mainsail interface).

If they all light up and can be controlled, then the problem is with your stealthburner_leds.cfg macros if one doesn’t light, then you have a wiring problem.