-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKlipperScreen.conf
119 lines (114 loc) · 2.75 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
[printer Huginn]
moonraker_host: 127.0.0.1
moonraker_port: 7125
moonraker_api_key: False
titlebar_items: chamber_temp
titlebar_name_type: short
# Define the z_babystep intervals in a CSV list. Currently only 2 are supported
#z_babystep_values: .005, .01
[menu __main leds]
name: Lights
icon: lightbulb
method: printer.gcode.script
params: {"script":"lights"}
[menu __main config bedlevel]
name: {{ gettext('Bed Level') }}
icon: bed-level
panel: bed_level
enable: {{ printer.bed_level is defined }}
#~# --- Do not edit below this line. This section is auto generated --- #~#
#~#
#~# [main]
#~# language = en
#~# screen_blanking = 900
#~# 24htime = False
#~# confirm_estop = True
#~# use_dpms = False
#~# move_speed_xy = 205
#~#
#~# [displayed_macros Printer]
#~# zcg28 = False
#~# quad_gantry_level = False
#~# sfs_enable = False
#~# parkfrontlow = False
#~# parkfront = False
#~# parkrear = False
#~# lights_off = False
#~# m402 = False
#~# m401 = False
#~# xycg28 = False
#~# hot_unload = False
#~# print_start = False
#~# home_lvl_mesh = False
#~# m600 = False
#~# parkcenter = False
#~# parkbed = False
#~# lights_on = False
#~# error_if_probe_not_deployed = False
#~# hot_load = False
#~# error_if_probe_deployed = False
#~# g32 = False
#~# do_error_if_probe_not_deployed = False
#~# chamber_on = False
#~# do_error_if_probe_deployed = False
#~# chamber_off = False
#~# cg28 = False
#~# cancel_print = False
#~# bed_mesh_calibrate = False
#~# unload_filament = False
#~# print_end = False
#~# sfs_disable = False
#~# pause = False
#~# load_filament = False
#~# resume = False
#~#
#~# [displayed_macros Huginn]
#~# bed_mesh_calibrate = False
#~# cg28 = False
#~# chamber_off = False
#~# do_error_if_probe_deployed = False
#~# chamber_on = False
#~# do_error_if_probe_not_deployed = False
#~# g32 = False
#~# error_if_probe_deployed = False
#~# hot_load = False
#~# error_if_probe_not_deployed = False
#~# lights_on = False
#~# parkbed = False
#~# parkcenter = False
#~# m600 = False
#~# home_lvl_mesh = False
#~# print_start = False
#~# hot_unload = False
#~# unload_filament = False
#~# print_end = False
#~# xycg28 = False
#~# m401 = False
#~# lights_off = False
#~# pause = False
#~# load_filament = False
#~# resume = False
#~# parkrear = False
#~# parkfront = False
#~# parkfrontlow = False
#~# sfs_enable = False
#~# quad_gantry_level = False
#~# zcg28 = False
#~# clean_nozzle_no_purge = False
#~# m190 = False
#~# m109 = False
#~# m486 = False
#~# status_printing = False
#~# status_maintenance = False
#~# status_cleaning = False
#~# status_heating = False
#~# status_ready = False
#~# status_leveling = False
#~# status_off = False
#~# status_homing = False
#~# status_meshing = False
#~# status_calibrating_z = False
#~# set_nozzle_leds_on = False
#~# test = False
#~# status_busy = False
#~#