-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKlipperScreen.conf
279 lines (231 loc) · 6.55 KB
/
KlipperScreen.conf
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
#
# ERCF "Happy Hare edition" menus
#
[include ercf_klipperscreen.conf]
[menu __main actions Ercf]
name: {{ gettext('ERCF') }}
icon: ercf
[menu __main actions Ercf HOMEERCF]
name: {{ gettext('Home ERCF') }}
icon: home
method: printer.gcode.script
params: {"script":"ERCF_HOME"}
[menu __main actions Ercf MOTOROFF]
name: {{ gettext('Disable Motors') }}
icon: motor-off
method: printer.gcode.script
params: {"script":"_ERCF_MOTORS_OFF"}
[menu __main actions Ercf UNLOCK]
name: {{ gettext('ERCF Unlock') }}
icon: ercfunlock
method: printer.gcode.script
params: {"script":"ERCF_UNLOCK"}
[menu __main actions Ercf SERVOUP]
name: {{ gettext('Servo UP') }}
icon: arrow-up
method: printer.gcode.script
params: {"script":"_ERCF_SERVO_UP"}
[menu __main actions Ercf SERVODOWN]
name: {{ gettext('Servo Down') }}
icon: arrow-down
method: printer.gcode.script
params: {"script":"_ERCF_SERVO_DOWN"}
[menu __main actions Ercf ERCFEJECT]
name: {{ gettext('Eject Filament') }}
icon: ercfeject
method: printer.gcode.script
params: {"script":"ERCF_EJECT"}
[menu __main actions Ercf Tools]
name: {{ gettext('Tools') }}
icon: extruder
[menu __main actions Ercf Tools T0]
name: {{ gettext('T0') }}
icon: ercfextruder0
method: printer.gcode.script
params: {"script":"T0"}
[menu __main actions Ercf Tools T1]
name: {{ gettext('T1') }}
icon: ercfextruder1
method: printer.gcode.script
params: {"script":"T1"}
[menu __main actions Ercf Tools T2]
name: {{ gettext('T2') }}
icon: ercfextruder2
method: printer.gcode.script
params: {"script":"T2"}
[menu __main actions Ercf Tools T3]
name: {{ gettext('T3') }}
icon: ercfextruder3
method: printer.gcode.script
params: {"script":"T3"}
[menu __main actions Ercf Tools T4]
name: {{ gettext('T4') }}
icon: ercfextruder4
method: printer.gcode.script
params: {"script":"T4"}
[menu __main actions Ercf Tools T5]
name: {{ gettext('T5') }}
icon: ercfextruder5
method: printer.gcode.script
params: {"script":"T5"}
[menu __main actions Ercf Tools T6]
name: {{ gettext('T6') }}
icon: ercfextruder6
method: printer.gcode.script
params: {"script":"T6"}
[menu __main actions Ercf Tools T7]
name: {{ gettext('T7') }}
icon: ercfextruder7
method: printer.gcode.script
params: {"script":"T7"}
[menu __main actions Ercf Tools T8]
name: {{ gettext('T8') }}
icon: ercfextruder8
method: printer.gcode.script
params: {"script":"T8"}
[menu __main actions Ercf Calibration]
name: {{ gettext('Ercf Calibration') }}
icon: ercfgear
[menu __main actions Ercf Calibration all]
name: {{ gettext('ERCF Calibrate') }}
icon: extruder
method: printer.gcode.script
params: {"script":"ERCF_CALIBRATE"}
[menu __main actions Ercf Calibration CT0]
name: {{ gettext('Calibrate T0') }}
icon: ercfextruder0
method: printer.gcode.script
params: {"script":"ERCF_CALIBRATE_SINGLE TOOL=1"}
[menu __main actions Ercf Calibration CT1]
name: {{ gettext('Calibrate T1') }}
icon: ercfextruder1
method: printer.gcode.script
params: {"script":"ERCF_CALIBRATE_SINGLE TOOL=1"}
[menu __main actions Ercf Calibration CT2]
name: {{ gettext('Calibrate T2') }}
icon: ercfextruder2
method: printer.gcode.script
params: {"script":"ERCF_CALIBRATE_SINGLE TOOL=2"}
[menu __main actions Ercf Calibration CT3]
name: {{ gettext('Calibrate T3') }}
icon: ercfextruder3
method: printer.gcode.script
params: {"script":"ERCF_CALIBRATE_SINGLE TOOL=3"}
[menu __main actions Ercf Calibration CT4]
name: {{ gettext('Calibrate T4') }}
icon: ercfextruder4
method: printer.gcode.script
params: {"script":"ERCF_CALIBRATE_SINGLE TOOL=4"}
[menu __main actions Ercf Calibration CT5]
name: {{ gettext('Calibrate T5') }}
icon: ercfextruder5
method: printer.gcode.script
params: {"script":"ERCF_CALIBRATE_SINGLE TOOL=5"}
[menu __main actions Ercf Calibration CT6]
name: {{ gettext('Calibrate T6') }}
icon: ercfextruder6
method: printer.gcode.script
params: {"script":"ERCF_CALIBRATE_SINGLE TOOL=6"}
[menu __main actions Ercf Calibration CT7]
name: {{ gettext('Calibrate T7') }}
icon: ercfextruder7
method: printer.gcode.script
params: {"script":"ERCF_CALIBRATE_SINGLE TOOL=7"}
[menu __main actions Ercf Calibration CT8]
name: {{ gettext('Calibrate T8') }}
icon: ercfextruder8
method: printer.gcode.script
params: {"script":"ERCF_CALIBRATE_SINGLE TOOL=8"}
[menu __print Ercf]
name: {{ gettext('ERCF') }}
icon: ercf
enable: {{ (printer.pause_resume.is_paused == True) and (printer.extruders.count > 0) }}
[menu __print Ercf HOMEERCF]
name: {{ gettext('Home ERCF') }}
icon: home
method: printer.gcode.script
params: {"script":"ERCF_HOME"}
[menu __print Ercf MOTOROFF]
name: {{ gettext('Disable Motors') }}
icon: motor-off
method: printer.gcode.script
params: {"script":"_ERCF_MOTORS_OFF"}
[menu __print Ercf UNLOCK]
name: {{ gettext('ERCF Unlock') }}
icon: ercfunlock
method: printer.gcode.script
params: {"script":"ERCF_UNLOCK"}
[menu __print Ercf SERVOUP]
name: {{ gettext('Servo UP') }}
icon: arrow-up
method: printer.gcode.script
params: {"script":"_ERCF_SERVO_UP"}
[menu __print Ercf SERVODOWN]
name: {{ gettext('Servo Down') }}
icon: arrow-down
method: printer.gcode.script
params: {"script":"_ERCF_SERVO_DOWN"}
[menu __print Ercf ERCFEJECT]
name: {{ gettext('Eject Filament') }}
icon: ercfeject
method: printer.gcode.script
params: {"script":"ERCF_EJECT"}
[menu __print Ercf Tools]
name: {{ gettext('Tools') }}
icon: extruder
[menu __print Ercf Tools T0]
name: {{ gettext('T0') }}
icon: ercfextruder0
method: printer.gcode.script
params: {"script":"T0"}
[menu __print Ercf Tools T1]
name: {{ gettext('T1') }}
icon: ercfextruder1
method: printer.gcode.script
params: {"script":"T1"}
[menu __print Ercf Tools T2]
name: {{ gettext('T2') }}
icon: ercfextruder2
method: printer.gcode.script
params: {"script":"T2"}
[menu __print Ercf Tools T3]
name: {{ gettext('T3') }}
icon: ercfextruder3
method: printer.gcode.script
params: {"script":"T3"}
[menu __print Ercf Tools T4]
name: {{ gettext('T4') }}
icon: ercfextruder4
method: printer.gcode.script
params: {"script":"T4"}
[menu __print Ercf Tools T5]
name: {{ gettext('T5') }}
icon: ercfextruder5
method: printer.gcode.script
params: {"script":"T5"}
[menu __print Ercf Tools T6]
name: {{ gettext('T6') }}
icon: ercfextruder6
method: printer.gcode.script
params: {"script":"T6"}
[menu __print Ercf Tools T7]
name: {{ gettext('T7') }}
icon: ercfextruder7
method: printer.gcode.script
params: {"script":"T7"}
[menu __print Ercf Tools T8]
name: {{ gettext('T8') }}
icon: ercfextruder8
method: printer.gcode.script
params: {"script":"T8"}
##########
#~# --- Do not edit below this line. This section is auto generated --- #~#
#~#
#~# [main]
#~# theme = colorized
#~# print_sort_dir = date_desc
#~#
#~# [graph Printer]
#~# heater_bed = False
#~# temperature_sensor manta = False
#~#