Status LEDs not changing color

I have installed neopixels in the corners of my V-Core 4 and the leds are not changing color when I use the machine. The sample code did not control the LEDs at all until I changed the [neopixel nozzle_led_t0] pin: toolboard_t0:PB0 chain_count: 4 color_order: GRB initial_RED: 0.0 initial_GREEN: 1.0 initial_BLUE: 0.0 to [neopixel nozzle_led_t0] pin: PB0 chain_count: 4 color_order: GRB initial_RED: 0.0 initial_GREEN: 1.0 initial_BLUE: 0.0. If I enter the macro commands in the console the leds shift colors. I see the hooks in the code but I cant figure out why its not working, unless its because I removed the toolboard_t0: from the pin:? But then I get no LEDs. Any ideas of that I am doing wrong?
2 Replies
microgiant.
microgiant.OP3w ago
I think I have solved this. The macros are not active until you copy them to your printer.cfg. Is that correct?
TheTik
TheTik2w ago
yeah, you can think of thats how to "install" the macros

Did you find this page helpful?