-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKlipperScreen.conf
239 lines (208 loc) · 5.86 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
#
# MMU "Happy Hare edition" menus
#
[include mmu_klipperscreen.conf]
#########################################
# Add custom stuff
#########################################
[preheat Preheat]
extruder: 100
heater_bed: 110
[preheat ABS HE]
extruder: 250
[preheat ABS Bed]
heater_bed: 110
[menu __main actions]
name: Actions
icon: folder
[menu __main actions myshutdown ]
name: Power Down Printer
icon: shutdown
method: printer.gcode.script
confirm:
{{ gettext('Power down Printer?') }}
params: { "script":"PRINTER_OFF" }
[menu __main actions mylights ]
name: Chamber Lights
icon: light
method: printer.gcode.script
params: { "script":"LIGHTS" }
[menu __main actions mynozzlepurge ]
name: Purge Nozzle
icon: extruder
method: printer.gcode.script
confirm:
{{ gettext('Hot Purge and Nozzle wipe') }}
params: { "script":"CLEAN_NOZZLE PURGE=1" }
[menu __main actions mynozzlewipe ]
name: Wipe Nozzle
icon: extruder
method: printer.gcode.script
params: { "script":"CLEAN_NOZZLE PURGE=0" }
[menu __main actions myparking]
name: Parking
icon: move
[menu __main actions myparking mysoak]
name: Park Soak
icon: move
method: printer.gcode.script
params: { "script":"PARKSOAK" }
[menu __main actions myparking myfront]
name: Park Front
icon: move
method: printer.gcode.script
params: { "script":"PARKFRONT" }
[menu __main actions myparking myback]
name: Park Back
icon: move
method: printer.gcode.script
params: { "script":"PARKREAR" }
[menu __main actions gitbackup]
name: GITHub Backup
icon: complete
method: printer.gcode.script
params: { "script":"BACKUP" }
#########################################
[main]
#########################################
default_printer: Voron24
#########################################
[printer Voron24]
#########################################
moonraker_host: 127.0.0.1
moonraker_port: 7125
moonraker_api_key: False
# Define what items should be shown in titlebar besides the extruder and bed
# the name must be the same as defined in the klipper config
# valid options are temperature_sensors or temperature_fans, or heater_generic
titlebar_items: chamber
titlebar_name_type: short #full, short, none
# Define distances and speeds for the extrude panel. CSV list 2 to 4 integers
extrude_distances: 10, 20, 50, 80
extrude_speeds: 1, 2, 5, 8
#########################################
[printer Voron24.local]
#########################################
moonraker_host: voron24.local
moonraker_port: 7125
moonraker_api_key: False
# Define what items should be shown in titlebar besides the extruder and bed
# the name must be the same as defined in the klipper config
# valid options are temperature_sensors or temperature_fans, or heater_generic
titlebar_items: chamber
titlebar_name_type: short #full, short, none
# Define distances and speeds for the extrude panel. CSV list 2 to 4 integers
extrude_distances: 10, 20, 50, 80
extrude_speeds: 1, 2, 5, 8
#########################################
[printer Voron02]
#########################################
moonraker_host: voron02.local
moonraker_port: 7125
moonraker_api_key: False
# Define what items should be shown in titlebar besides the extruder and bed
# the name must be the same as defined in the klipper config
# valid options are temperature_sensors or temperature_fans, or heater_generic
titlebar_items: chamber
titlebar_name_type: short #full, short, none
# Define distances and speeds for the extrude panel. CSV list 2 to 4 integers
extrude_distances: 10, 20, 50, 80
extrude_speeds: 1, 2, 5, 8
#~# --- Do not edit below this line. This section is auto generated --- #~#
#~#
#~# [main]
#~# theme = voron-dark-red
#~# screen_blanking = 900
#~# screen_blanking_printing = 900
#~# 24htime = False
#~# font_size = small
#~# confirm_estop = True
#~# move_speed_xy = 100
#~# print_sort_dir = date_desc
#~#
#~# [displayed_macros Voronred300]
#~# adaptive_bed_mesh = False
#~# attach_probe = False
#~# attach_probe_lock = False
#~# cancel_print = False
#~# bed_mesh_calibrate = False
#~# calibrate_z = False
#~# dock_probe = False
#~# dumpvars = False
#~# dock_probe_unlock = False
#~# compute_mesh_parameters = False
#~# ercf__check_gates = False
#~# ercf__eject = False
#~# ercf__home = False
#~# ercf__load_bypass = False
#~# ercf__preload = False
#~# ercf__motors_off = False
#~# ercf__recover = False
#~# ercf_servo = False
#~# ercf__select_bypass = False
#~# g32 = False
#~# ercf_change_tool_standalone = False
#~# m601 = False
#~# m900 = False
#~# pause = False
#~# ercf_encoder_runout = False
#~# pressure_advance_add = False
#~# ercf__select_tool = False
#~# pressure_advance_remove = False
#~# print_start = False
#~# pressure_advance_select = False
#~# print_end = False
#~# ercf_form_tip_standalone = False
#~# pressure_advance_list = False
#~# resume = False
#~# ercf__servo_down = False
#~# ercf__servo_up = False
#~# ercf__status = False
#~# set_pa = False
#~# ercf__unlock = False
#~# set_logo_leds_off = False
#~# set_nozzle_leds_off = False
#~# test_speed = False
#~# set_nozzle_leds_on = False
#~# status_busy = False
#~# status_calibrating_z = False
#~# probe_accuracy = False
#~# status_cleaning = False
#~# status_heating = False
#~# status_homing = False
#~# status_meshing = False
#~# status_printing = False
#~# quad_gantry_level = False
#~# status_leveling = False
#~# probe_calibrate = False
#~# status_off = False
#~# status_ready = False
#~# t0 = False
#~# t1 = False
#~# t2 = False
#~# t3 = False
#~# t4 = False
#~# t5 = False
#~# backup = False
#~# parkfront = False
#~# parkrear = False
#~# printer_off = False
#~# lights = False
#~# parksoak = False
#~#
#~# [graph Voronred300]
#~# temperature_sensor spider = False
#~# temperature_sensor pi = False
#~# temperature_sensor ercf = False
#~# heater_bed = False
#~#
#~# [graph Voron24]
#~# temperature_sensor spider = False
#~# temperature_sensor sht-36 = False
#~# temperature_sensor sht-chamber = False
#~# extruder = False
#~# heater_bed = False
#~#
#~# [graph Voron24.local]
#~# heater_bed = False
#~#