mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-05 13:04:05 -06:00
neopixel: Add initial support for "neopixel" leds
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
977d0cf711
commit
b7bc96c3b2
5 changed files with 178 additions and 1 deletions
|
@ -1648,6 +1648,16 @@
|
|||
#measurement_delay: 100
|
||||
|
||||
|
||||
# Neopixel (aka WS2812) LED support (one may define any number of
|
||||
# sections with a "neopixel" prefix). One may set the LED color via a
|
||||
# "SET_NEOPIXEL NEOPIXEL=my_neopixel RED=0.1 GREEN=0.1 BLUE=0.1" type
|
||||
# extended g-code commands.
|
||||
#[neopixel my_neopixel]
|
||||
#pin:
|
||||
# The pin connected to the neopixel. This parameter must be
|
||||
# provided.
|
||||
|
||||
|
||||
# Firmware filament retraction. This enables G10 (retract) and G11
|
||||
# (unretract) GCODE commands issued by many slicers. The parameters
|
||||
# below provide startup defaults, although the values can be adjusted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue