LED Pilars/Raum licht RatOS 2.1
Vorher Hatte ich ein zusatz installiert
https://github.com/julianschill/klipper-led_effect
dieses lief mit folgender Config
"[neopixel pilars]
pin: PB0
The pin connected to the neopixel. This parameter must be
provided.
chain_count: 48
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. Options are GRB,
RGB, GRBW, or RGBW. The default is GRB.
initial_RED: 1.0
initial_GREEN: 1.0
initial_BLUE: 0.8
#initial_WHITE: 0.0
Sets the initial LED color of the Neopixel. Each value should be
between 0.0 and 1.0. The WHITE option is only available on RGBW
LEDs. The default for each color is 0.
[led_effect pilars_idle]
autostart: true
frame_rate: 24
leds:
neopixel:pilars (1-24)
layers:
breathing 10 1 top (0,.1,1), (0,1,.5), (1, 1, 1), (1,.1,.5)
unter Rat Os 2.1 ist ja schon ein Support drin für LED's
leider versteh ich nun nicht wie ich das Portieren kann
Die Obere Reihe ist mit dieser Config einfach nur weiß
die hinteren Pulsierten Vorher in verschiedenen Farben.
nen Ausschalt Macro für die lichter wäre auch ganz geil
GitHub
GitHub - julianschill/klipper-led_effect: LED effects plugin for kl...
LED effects plugin for klipper. Contribute to julianschill/klipper-led_effect development by creating an account on GitHub.
1 Reply
Installiere doch das von Julian und dann importierst du die Settings und GCodes von deiner alten Konfig. Habe ich auch so gemacht.
Ich habe nur die Nozzle-LEDs über RatOS installiert.