v2.4: neopixel: works with octopus since adding 100 Ohm resistor on signal line
This commit is contained in:
parent
e20b2823d1
commit
20800d282d
1 changed files with 2 additions and 15 deletions
17
neopixel.cfg
17
neopixel.cfg
|
@ -9,22 +9,8 @@ initial_RED: 0.6
|
||||||
initial_GREEN: 0.5
|
initial_GREEN: 0.5
|
||||||
initial_BLUE: 0.4
|
initial_BLUE: 0.4
|
||||||
|
|
||||||
[mcu toolhead]
|
|
||||||
serial: /dev/serial/by-id/usb-Klipper_atmega32u4_neopixel-if00
|
|
||||||
|
|
||||||
# arduino pro micro with atmega 32u4
|
|
||||||
[board_pins toolhead]
|
|
||||||
mcu: toolhead
|
|
||||||
aliases:
|
|
||||||
ar0=PD2, ar1=PD3, ar2=PD1, ar3=PD0, ar4=PD4,
|
|
||||||
ar5=PC6, ar6=PD7, ar7=PE6, ar8=PB4, ar9=PB5,
|
|
||||||
ar10=PB6, ar11=PB7, ar12=PD6, ar13=PC7, ar14=PB3,
|
|
||||||
ar15=PB1, ar16=PB2,
|
|
||||||
analog0=PF7, analog1=PF6
|
|
||||||
|
|
||||||
[neopixel toolhead]
|
[neopixel toolhead]
|
||||||
# pin: PB6
|
pin: PB6 # Octopus BL_Touch
|
||||||
pin: toolhead:ar2
|
|
||||||
chain_count: 3
|
chain_count: 3
|
||||||
color_order: GRBW
|
color_order: GRBW
|
||||||
initial_RED: 0.3
|
initial_RED: 0.3
|
||||||
|
@ -36,3 +22,4 @@ initial_WHITE: 0.2
|
||||||
gcode:
|
gcode:
|
||||||
SET_LED LED=toolhead INDEX=1 RED=0.0 BLUE=0.5 GREEN=0.0 WHITE=0.0
|
SET_LED LED=toolhead INDEX=1 RED=0.0 BLUE=0.5 GREEN=0.0 WHITE=0.0
|
||||||
initial_duration: 3
|
initial_duration: 3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue