klipper_config/neopixel.cfg

27 lines
633 B
INI

#####################################################################
# LED Control
#####################################################################
[neopixel caselight]
pin: PB6 # Octopus BL_Touch
chain_count: 44
initial_RED: 0.6
initial_GREEN: 0.5
initial_BLUE: 0.4
[neopixel toolhead]
# pin: PB6 # Octopus BL_Touch
# pin: PB0 # Octopus LED
pin: EBBCan: PD3
chain_count: 3
color_order: GRBW
initial_RED: 0.3
initial_GREEN: 0.3
initial_BLUE: 0.3
initial_WHITE: 0.2
[delayed_gcode toolhead_leds]
gcode:
SET_LED LED=toolhead INDEX=1 RED=0.0 BLUE=0.5 GREEN=0.0 WHITE=0.0
initial_duration: 3