forked from mfattoru/voron-trident-250
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisco_leds.cfg
294 lines (250 loc) · 8.73 KB
/
disco_leds.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
# Macros for setting the status leds on the Voron StealthBurner toolhead (or for any neopixel-type leds).
#
# Use this file if you have a rainbow barf PCB in the logo and two nozzle LEDs.
# Thank you to Urufu_Shinjiro for providing this file.
#
# You will need to configure a neopixel (or other addressable led, such as dotstar). See
# https://www.klipper3d.org/Config_Reference.html#neopixel for configuration details.
#####################################
# INSTRUCTIONS #
#####################################
# How to use all this stuff:
#
# 1. Copy this .cfg file into your Klipper config directory and then add [include stealthburner_leds.cfg]
# to the top of your printer.cfg in order for register sethe LEDs and macros with Klipper.
# 2. Define your LEDs by editing [neopixel disco_leds] below and entering the data pin from your control board
# as well as the color order.
#
# Note: RGB and RGBW are different and must be defined explicitly in the color order.
#
# RGBW LEDs will have a visible yellow-ish phosphor section to the chip. If your LEDs do not have
# this yellow portion, you have RGB LEDs.
#
# 3. Save your config and restart Klipper.
#
# Note: We set RED and BLUE to 1.0 to make it easier for users and supporters to detect
# misconfigurations or miswiring. The default color format is for Neopixels with a dedicated
# white LED. On startup, all three SB LEDs should light up.
#
# If you get random colors across your LEDs, change the color_order to GRB and restart. Then
# omit the W for each suggested color_order in the next paragraph.
#
# If you get MAGENTA, your color order is correct. If you get CYAN, you need to use RGBW. If
# you get YELLOW, you need to use BRGW (note that BRG is only supported in the latest Klipper
# version).
#
# 4. Once you have confirmed that the LEDs are set up correctly, you must now decide where you want
# these macros called up...which means adding them to your existing gcode macros. NOTHING will happen
# unless you add the STATUS_????? macros to your existing gcode macros.
#
# Example: add STATUS_LEVELING to the beginning of your QGL gcode macro, and then add STATUS_READY
# to the end of it to set the logo LED and nozzle LEDs back to the `ready` state.
#
# Example: add STATUS_CLEANING to the beginning of your nozzle-cleaning macro, and then STATUS_READY
# to the end of it to return the LEDs back to `ready` state.
#
# 5. Feel free to change colors of each macro, create new ones if you have a need to. The macros provided below
# are just an example of what is possible. If you want to try some more complex animations, you will most
# likely have to use WLED with Moonraker and a small micro-controller (please see the LED thread for help inside
# of the stealthburner_beta channel on Discord).
#
#####################################
# END INSTRUCTRUCTIONS #
#####################################
[output_pin daylight]
pin: PE3
pwm: True
cycle_time: 0.01
value: 0.35
# The pin connected to the neopixel. This parameter must be provided.
#chain_count: 36
# 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: 1.0
#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 Effects Animations #
##########################
##################
## disco effects ##
##################
# [led_effect disco_busy]
# autostart: false
# frame_rate: 24
# leds:
# neopixel:disco_leds (1-36)
# layers:
# breathing 3 1 top (1,0,0)
# [led_effect disco_cleaning]
# autostart: false
# frame_rate: 24
# leds:
# neopixel:disco_leds (1-36)
# layers:
# breathing 3 1 top (0.0, 0.02, 0.5)
# [led_effect disco_calibrating_z]
# autostart: false
# frame_rate: 24
# leds:
# neopixel:disco_leds (1-36)
# layers:
# breathing 3 1 top (0.0, 0.0, 0.35)
# [led_effect disco_heating]
# leds:
# neopixel:disco_leds (1-36)
# autostart: false
# frame_rate: 24
# layers:
# chase 3 3 add (1, 0.18, 0)
# [led_effect disco_cooling]
# leds:
# neopixel:disco_leds (1-36)
# autostart: false
# frame_rate: 24
# layers:
# chase 3 3 add (0, 0, 1)
# [led_effect disco_homing]
# autostart: false
# frame_rate: 24
# leds:
# neopixel:disco_leds (1-36)
# layers:
# breathing 3 1 top (0.0, 0.6, 0.2)
# [led_effect disco_leveling]
# autostart: false
# frame_rate: 24
# leds:
# neopixel:disco_leds (1-36)
# layers:
# breathing 3 1 top (0.5, 0.1, 0.4)
# [led_effect disco_meshing]
# autostart: false
# frame_rate: 24
# leds:
# neopixel:disco_leds (1-36)
# layers:
# breathing 3 1 top (0.2, 1.0, 0.0)
# [led_effect disco_printing]
# autostart: false
# frame_rate: 24
# leds:
# neopixel:disco_leds (1-36)
# layers:
# static 1 1 top (1.0, 1.0, 1.0)
# [led_effect disco_standby]
# autostart: false
# frame_rate: 24
# leds:
# neopixel:disco_leds (1-36)
# layers:
# breathing 3 1 top (0.01, 0.01, 0.01)
# [led_effect disco_part_ready]
# autostart: false
# frame_rate: 24
# leds:
# neopixel:disco_leds (1-36)
# layers:
# breathing 3 1 top (0.0, 1.0, 0.0)
# # #####################
# # ## all led effects ##
# # #####################
# [led_effect disco_critical_error]
# leds:
# neopixel:disco_leds (1-36)
# layers:
# strobe 1 1.5 add (1.0, 1.0, 1.0)
# breathing 2 0 difference (0.95, 0.0, 0.0)
# static 1 0 top (1.0, 0.0, 0.0)
# autostart: false
# frame_rate: 24
# run_on_error: true
# [led_effect disco_rainbow]
# leds:
# neopixel:disco_leds (1-36)
# autostart: true
# frame_rate: 24
# layers:
# gradient 0.3 1 add (0.3, 0.0, 0.0),(0.0, 0.3, 0.0),(0.0, 0.0, 0.3)
# # #######################
# # # LED Effects Statics #
# # #######################
# [led_effect set_disco_leds]
# leds:
# neopixel:disco_leds (1-36)
# #neopixel:caselight
# autostart: false
# frame_rate: 24
# layers:
# static 0 0 top (0.0, 0.0, 0.0, 1.0)
# ##############
# # The Macros #
# ##############
# [gcode_macro set_disco_leds_on]
# gcode:
# SET_LED_EFFECT EFFECT=set_disco_leds
# [gcode_macro set_disco_leds_off]
# gcode:
# SET_LED_EFFECT EFFECT=set_disco_leds STOP=1
# [gcode_macro status_disco_off]
# gcode:
# STOP_LED_EFFECTS
# [gcode_macro status_disco_ready]
# gcode:
# STOP_LED_EFFECTS
# SET_LED_EFFECT EFFECT=disco_rainbow
# [gcode_macro status_disco_part_ready]
# gcode:
# STOP_LED_EFFECTS
# SET_LED_EFFECT EFFECT=disco_part_ready
# [gcode_macro status_disco_busy]
# gcode:
# STOP_LED_EFFECTS
# SET_LED_EFFECT EFFECT=disco_busy
# set_disco_leds_on
# [gcode_macro status_disco_heating]
# gcode:
# STOP_LED_EFFECTS
# SET_LED_EFFECT EFFECT=disco_heating
# [gcode_macro status_disco_cooling]
# gcode:
# STOP_LED_EFFECTS
# SET_LED_EFFECT EFFECT=disco_cooling
# [gcode_macro status_disco_leveling]
# gcode:
# STOP_LED_EFFECTS
# SET_LED_EFFECT EFFECT=disco_leveling
# set_disco_leds_on
# [gcode_macro status_disco_homing]
# gcode:
# STOP_LED_EFFECTS
# SET_LED_EFFECT EFFECT=disco_homing
# set_disco_leds_on
# [gcode_macro status_disco_cleaning]
# gcode:
# STOP_LED_EFFECTS
# SET_LED_EFFECT EFFECT=disco_cleaning
# set_disco_leds_on
# [gcode_macro status_disco_meshing]
# gcode:
# STOP_LED_EFFECTS
# SET_LED_EFFECT EFFECT=disco_meshing
# set_disco_leds_on
# [gcode_macro status_disco_calibrating_z]
# gcode:
# STOP_LED_EFFECTS
# SET_LED_EFFECT EFFECT=disco_calibrating_z
# set_disco_leds_on
# [gcode_macro status_disco_printing]
# gcode:
# STOP_LED_EFFECTS
# SET_LED_EFFECT EFFECT=disco_printing
# set_disco_leds_on