diff options
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 |