-
Notifications
You must be signed in to change notification settings - Fork 0
/
caselight.cfg
58 lines (44 loc) · 997 Bytes
/
caselight.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
[output_pin RELAY1]
pin: host:gpio77
value: 0
[output_pin RELAY2]
pin: host:gpio75
value: 1
[output_pin RELAY3]
pin: host:gpio73
value: 1
[output_pin RELAY4]
pin: host:gpio205
value: 1
[gcode_macro TOOGLE_CASELIGHT_ON]
gcode:
SET_PIN PIN=RELAY1 VALUE=0
[gcode_macro TOOGLE_CASELIGHT_OFF]
gcode:
SET_PIN PIN=RELAY1 VALUE=1
[gcode_macro CASEFAN_ON]
description: Turn Nevermore filter on
gcode:
SET_PIN PIN=RELAY2 VALUE=0
[gcode_macro CASEFAN_OFF]
description: Turn Nevermore filter off
gcode:
SET_PIN PIN=RELAY2 VALUE=1
#[gcode_macro TOGGLE_CASELIGHT_2_ON]
#gcode:
# SET_PIN PIN=RELAY2 VALUE=1
#[gcode_macro TOGGLE_CASELIGHT_2_OFF]
#gcode:
# SET_PIN PIN=RELAY2 VALUE=0
#[gcode_macro TOGGLE_CASELIGHT_3_ON]
#gcode:
# SET_PIN PIN=RELAY3 VALUE=1
#[gcode_macro TOGGLE_CASELIGHT_3_OFF]
#gcode:
# SET_PIN PIN=RELAY3 VALUE=0
#[gcode_macro TOGGLE_CASELIGHT_4_ON]
#gcode:
# SET_PIN PIN=RELAY4 VALUE=1
#[gcode_macro TOGGLE_CASELIGHT_4_OFF]
#gcode:
# SET_PIN PIN=RELAY4 VALUE=0