diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-07-12 19:37:50 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-07-12 21:44:01 -0400 |
commit | b7bc96c3b298a1efd36a38e20f49ce61c90f3d97 (patch) | |
tree | 3270d066a6836b1258e05892bf877854adda0c19 /config/example-extras.cfg | |
parent | 977d0cf7117cb04902a2189321f2e40a20f9488b (diff) | |
download | kutter-b7bc96c3b298a1efd36a38e20f49ce61c90f3d97.tar.gz kutter-b7bc96c3b298a1efd36a38e20f49ce61c90f3d97.tar.xz kutter-b7bc96c3b298a1efd36a38e20f49ce61c90f3d97.zip |
neopixel: Add initial support for "neopixel" leds
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 46c0d6ca..27ad4ec5 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -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 |