-
Notifications
You must be signed in to change notification settings - Fork 8
/
led_macros.cfg
57 lines (45 loc) · 1.29 KB
/
led_macros.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
# Configure some macros for setting LEDs
#
# Printer State Macros
#
[gcode_macro RESET_LED_EFFECTS]
gcode:
STOP_LED_EFFECTS FADETIME=5
[gcode_macro PRINTER_STATE_PREHEAT]
description: Sets the global printer state to preheating
gcode:
RESET_LED_EFFECTS
SET_LED_EFFECT Effect=preheat_full FADETIME=5
[gcode_macro PRINTER_STATE_FESTIVE]
description: Sets the global printer state to preheating
gcode:
RESET_LED_EFFECTS
SET_LED_EFFECT Effect=santa FADETIME=5
[gcode_macro PRINTER_STATE_SHUTDOWN]
gcode:
RESET_LED_EFFECTS
SET_LED_EFFECT EFFECT=sleep FADETIME=5
[gcode_macro PRINTER_STATE_PRINTING]
gcode:
RESET_LED_EFFECTS
SET_LED_EFFECT EFFECT=progress_bar FADETIME=5
SET_LED_EFFECT EFFECT=rainbow FADETIME=5
[gcode_macro PRINTER_STATE_STARTING]
gcode:
RESET_LED_EFFECTS
SET_LED_EFFECT EFFECT=preheat FADETIME=5
SET_LED_EFFECT EFFECT=visibility FADETIME=5
[gcode_macro PRINTER_STATE_CANCELLED]
gcode:
RESET_LED_EFFECTS
SET_LED_EFFECT Effect=preheat FADETIME=5
SET_LED_EFFECT Effect=idle_failed FADETIME=1
[gcode_macro PRINTER_STATE_SUCCESS]
gcode:
RESET_LED_EFFECTS
SET_LED_EFFECT Effect=preheat ; Shows bed cooldown
SET_LED_EFFECT EFFECT=idle_success FADETIME=5
[gcode_macro PRINTER_STATE_PAUSED]
gcode:
RESET_LED_EFFECTS
SET_LED_EFFECT EFFECT=visibility FADETIME=5