Multi_Pin Function For Neopixels Won't Work

Basic Information:

Printer Model: Voron V0.1
MCU / Printerboard: RPI3B, SKR Pico, LDO Picobilical
klippy.log

Describe your issue: I can’t seem to get the multi pin function to work for using two independent neopixel data pins to control two identical Adafruit Pixelsticks for caselights & rgb macros. I get an error saying “Internal error during connect: ‘PrinterMultiPin’ object has no attribute ‘create_oid’” I believe I have configured it correctly? I have attached pictures of my config & the error. Is the Multi_pin function simply not supported for neopixel data pins?

Post your klippy.log

Here is the Klippy log:
klippy (2).log (29.7 KB)

Indeed, the “multi_pin” system is not compatible with the neopixel code. As an alternative, you can create a macro (or set of macros) that change both LEDs with a single command.

-Kevin