-
Notifications
You must be signed in to change notification settings - Fork 0
/
KlipperScreen.conf
567 lines (475 loc) · 13.2 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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
[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"}
########## Uncomment below for more than 9 extruders
[menu __main actions Ercf Tools T9]
name: {{ gettext('T9') }}
icon: ercfextruder9
method: printer.gcode.script
params: {"script":"T9"}
[menu __main actions Ercf Tools T10]
name: {{ gettext('T10') }}
icon: ercfextruder10
method: printer.gcode.script
params: {"script":"T10"}
# [menu __main actions Ercf Tools More]
# name: {{ gettext('More') }}
# icon: ercfeject
[menu __main actions Ercf Tools T11]
name: {{ gettext('T11') }}
icon: ercfextruder11
method: printer.gcode.script
params: {"script":"T11"}
#[menu __main actions Ercf Tools More T12]
#name: {{ gettext('T12') }}
#icon: ercfextruder12
#method: printer.gcode.script
#params: {"script":"T12"}
##########
[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"}
######## Enable Below for more than 9 Tools
[menu __main actions Ercf Calibration CT9]
name: {{ gettext('Calibrate T9') }}
icon: ercfextruder9
method: printer.gcode.script
params: {"script":"ERCF_CALIBRATE_SINGLE TOOL=9"}
[menu __main actions Ercf Calibration More]
name: {{ gettext('Ercf Calibration') }}
icon: ercfeject
[menu __main actions Ercf Calibration CT10]
name: {{ gettext('Calibrate T10') }}
icon: ercfextruder10
method: printer.gcode.script
params: {"script":"ERCF_CALIBRATE_SINGLE TOOL=10"}
# [menu __main actions Ercf Calibration More]
# name: {{ gettext('Ercf Calibration') }}
# icon: ercfeject
[menu __main actions Ercf Calibration More CT11]
name: {{ gettext('Calibrate T11') }}
icon: ercfextruder11
method: printer.gcode.script
params: {"script":"ERCF_CALIBRATE_SINGLE TOOL=11"}
#[menu __main actions Ercf Calibration More CT12]
#name: {{ gettext('Calibrate T12') }}
#icon: ercfextruder12
#method: printer.gcode.script
#params: {"script":"ERCF_CALIBRATE_SINGLE TOOL=12"}
[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"}
######### Enable below for more than 9 Tools
[menu __print Ercf Tools T9]
name: {{ gettext('T9') }}
icon: ercfextruder9
method: printer.gcode.script
params: {"script":"T9"}
[menu __prints Ercf Tools T10]
name: {{ gettext('T10') }}
icon: ercfextruder10
method: printer.gcode.script
params: {"script":"T10"}
[menu __print Ercf Tools More]
name: {{ gettext('More') }}
icon: ercfeject
[menu __print Ercf Tools More T11]
name: {{ gettext('T11') }}
icon: ercfextruder11
method: printer.gcode.script
params: {"script":"T11"}
#[menu __print Ercf Tools More T12]
#name: {{ gettext('T12') }}
#icon: ercfextruder12
#method: printer.gcode.script
#params: {"script":"T12"}
##########
########################################################################################
# Preheating
########################################################################################
[preheat Preheat ABS]
extruder: 150
heater_bed: 100
[preheat ABS]
extruder: 255
heater_bed: 100
[preheat Preheat ASA]
extruder: 150
heater_bed: 110
[preheat ASA]
extruder: 250
heater_bed: 110
[preheat Preheat PLA]
extruder: 150
heater_bed: 60
[preheat PLA]
extruder: 210
heater_bed: 60
[preheat Preheat PET]
extruder: 150
heater_bed: 80
[preheat PET]
extruder: 230
heater_bed: 80
[main]
default_printer: Voron V2.3749
[printer Voron V2.3749]
# Define distances and speeds for the extrude panel. CSV list 2 to 4 integers
extrude_distances: 15, 25
extrude_speeds: 5, 10
titlebar_items: chamber
#~# --- Do not edit below this line. This section is auto generated --- #~#
#~#
#~# [main]
#~# theme = material-dark
#~# print_estimate_method = slicer
#~# screen_blanking = 7200
#~# font_size = small
#~# confirm_estop = True
#~# show_heater_power = True
#~# move_speed_xy = 198
#~# print_sort_dir = date_desc
#~#
#~# [displayed_macros Printer]
#~# attach_probe_lock = False
#~# clean_nozzle_purge = False
#~# get_timelapse_setup = False
#~# hyperlapse = False
#~# g32 = False
#~# dock_probe_unlock = False
#~# kalibrace_z = False
#~# purge_line = False
#~# print_end = False
#~# print_start = False
#~# test_stream_delay = False
#~# timelapse_render = False
#~# probe_calibrate = False
#~# quad_gantry_level = False
#~# timelapse_take_frame = False
#~# swipenozzle = False
#~# test_speed_fast = False
#~# resume = False
#~# zdown = False
#~# set_logo_leds_off = False
#~# zup = False
#~# set_nozzle_leds_off = False
#~# status_busy = False
#~# status_calibrating_z = False
#~# set_nozzle_leds_on = False
#~# status_cleaning = False
#~# status_heating = False
#~# status_homing = False
#~# status_meshing = False
#~# status_leveling = False
#~# status_off = False
#~# status_ready = False
#~# compute_mesh_parameters = False
#~# cancel_print = False
#~# load_filament = False
#~# m600 = False
#~# presnost_sondy = False
#~# qgl = False
#~# probe_accuracy = False
#~# pause = False
#~# unload_filament = False
#~# set_logo_leds_on = False
#~# status_cooling = False
#~# status_printing = False
#~# status_part_ready = False
#~# calibrate_z = False
#~# bed_mesh_calibrate = False
#~# adaptive_bed_mesh = False
#~# lights_40 = False
#~# dock_probe = False
#~# attach_probe = False
#~# adaptive_purge = False
#~# backup_cfg = False
#~#
#~# [displayed_macros Voron V2.3749]
#~# backup_cfg = False
#~# bed_mesh_calibrate = False
#~# clean_nozzle_purge = False
#~# cancel_print = False
#~# get_timelapse_setup = False
#~# hyperlapse = False
#~# g32 = False
#~# lights_40 = False
#~# kalibrace_z = False
#~# load_filament = False
#~# m600 = False
#~# purge_line = False
#~# presnost_sondy = False
#~# pause = False
#~# print_end = False
#~# print_start = False
#~# qgl = False
#~# resume = False
#~# test_stream_delay = False
#~# set_logo_leds_off = False
#~# timelapse_render = False
#~# set_logo_leds_on = False
#~# timelapse_take_frame = False
#~# set_nozzle_leds_off = False
#~# swipenozzle = False
#~# status_busy = False
#~# status_calibrating_z = False
#~# set_nozzle_leds_on = False
#~# status_cleaning = False
#~# status_cooling = False
#~# test_speed_fast = False
#~# unload_filament = False
#~# status_homing = False
#~# zdown = False
#~# status_meshing = False
#~# zup = False
#~# status_heating = False
#~# status_printing = False
#~# status_leveling = False
#~# status_off = False
#~# status_part_ready = False
#~# status_ready = False
#~# bedfansfast = False
#~# bedfansoff = False
#~# bedfansslow = False
#~# m140 = False
#~# m190 = False
#~# set_heater_temperature = False
#~# turn_off_heaters = False
#~# set_pause_at_layer = False
#~# set_print_stats_info = False
#~# set_pause_next_layer = False
#~# vibrations_calibration = False
#~# cg28 = False
#~# set_active_spool = False
#~# clear_active_spool = False
#~# axes_shaper_calibration = False
#~# belts_shaper_calibration = False
#~# excitate_axis_at_freq = False
#~# m191 = False
#~# smart_park = False
#~# test_speed_e = False
#~# axes_map_calibration = False
#~# axes_shaper = False
#~# belts_shaper = False
#~# vibrations = False
#~# directional_vibrations_profile = False
#~# create_vibrations_profile = False
#~# compare_belts_responses = False
#~#
#~# [graph Printer]
#~# temperature_sensor rpi = False
#~# temperature_sensor octopus = False
#~# temperature_sensor fly-sb2040 = False
#~#
#~# [graph Voron V2.3749]
#~# heater_bed = False
#~# temperature_sensor octopus = False
#~# temperature_sensor rpi = False
#~#