printer.cfg opgedeeld in diverse bestanden en grootte van het bed aangepast
This commit is contained in:
20
klipper/DNV-TPU-Ender3/klipper_config/leds/neopixel.cfg
Normal file
20
klipper/DNV-TPU-Ender3/klipper_config/leds/neopixel.cfg
Normal file
@@ -0,0 +1,20 @@
|
||||
[neopixel ledjes]
|
||||
pin: PC7
|
||||
# The pin connected to the neopixel. This parameter must be
|
||||
# provided.
|
||||
chain_count: 6
|
||||
# The number of Neopixel chips that are "daisy chained" to the
|
||||
# provided pin. The default is 1 (which indicates only a single
|
||||
# Neopixel is connected to the pin).
|
||||
color_order: GRB
|
||||
# Set the pixel order required by the LED hardware (using a string
|
||||
# containing the letters R, G, B, W with W optional). Alternatively,
|
||||
# this may be a comma separated list of pixel orders - one for each
|
||||
# LED in the chain. The default is GRB.
|
||||
initial_RED: 1.0
|
||||
initial_GREEN: 1.0
|
||||
initial_BLUE: 1.0
|
||||
#initial_WHITE: 0.0
|
||||
# See the "led" section for information on these parameters.
|
||||
|
||||
#[include neopixels.cfg]
|
||||
Reference in New Issue
Block a user