This is my edited version of neopixel script that is making automatic Neopixel led bargraph. Original author is “digitalninja-ro”, i have rewritten parts of scripts, so now it is working in automatic mode.
When printer is in IDLE, bargraph reacts to nozzle temperature - red for nozzle and blue for bed. When both is hot, whole pargrph is bright pink-white.
When Printer is PRINTING, bargraph is acting as progress bar with green leds.
[neopixel neopixel_strip]
pin: P1.24 # See mainboard documentation for right pin
chain_count: 10
color_order: GRB
# Set the pixel order required by the LED hardware. Options are GRB,
# RGB, BRG, GRBW, or RGBW. The default is GRB.
initial_RED: 0.0
initial_GREEN: 0.0
initial_BLUE: 0.0
2x M3x8 SHCS or BHCS screw
2x M3 T-nut for aluminium profile
10pcs WS2812 neopixel leds in a strip (5V, 144leds/m)
Thin 3-wire cable, maximum diameter 3mm. Preferably with JST connector on one end.
Piece of black insulation tape
The author remixed this model.