-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKlipperScreen.conf
145 lines (125 loc) · 3.05 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
[main]
# Time in seconds before the Job Status page closes itself after a successful job/print
# 0 means disabled
job_complete_timeout: 0
# Time in seconds before the Job Status closes itself if an error is encountered
job_error_timeout: 0
# Allows the cursor to be displayed on the screen was True and changed to false on 20240415
show_cursor: False
# If multiple printers are defined, this can be set the name of the one to show at startup.
default_printer: Phoenix
# To define a full set of custom menues (instead of merging user entries with default entries)
# set this to False. See Menu section below.
use_default_menu: True
#+++++++++++++++++++++++++++++++++++++++++++
#Centrado
#+++++++++++++++++++++++++++++++++++++++++++
[menu __main Utiles]
name: Centrado
icon: home
method: printer.gcode.script
params: {"script":"CENTRADO"}
#+++++++++++++++++++++++++++++++++++++++++++
#Temperature presets
#+++++++++++++++++++++++++++++++++++++++++++
[preheat PLA]
extruder: 215
heater_bed: 60
# GCode to run when the option is selected
gcode: _led_amarillo
Beep
[preheat PETG]
extruder: 240
heater_bed: 90
# GCode to run when the option is selected
gcode: _led_amarillo
Beep
[preheat ABS]
extruder: 255
heater_bed: 110
# GCode to run when the option is selected
gcode: _led_amarillo
Beep
[preheat ASA]
extruder: 260
heater_bed: 110
# GCode to run when the option is selected
gcode: _led_amarillo
Beep
[preheat FLEX]
extruder: 240
heater_bed: 50
# GCode to run when the option is selected
gcode: _led_amarillo
Beep
[preheat HIPS]
extruder: 220
heater_bed: 110
# GCode to run when the option is selected
gcode: _led_amarillo
Beep
[preheat Limpieza]
extruder: 260
# heater_bed: 5
# GCode to run when the option is selected
gcode: led_blanco
Beep
#+++++++++++++++++++++++++++++++++++++++++++
#~# --- Do not edit below this line. This section is auto generated --- #~#
#~#
#~# [main]
#~# theme = colorized
#~# screen_blanking = 300
#~# screen_blanking_printing = 900
#~# font_size = max
#~# use_dpms = False
#~# show_heater_power = True
#~# show_scroll_steppers = True
#~# auto_open_extrude = False
#~# show_cursor = True
#~# print_sort_dir = date_desc
#~# language = es
#~#
#~# [displayed_macros Printer]
#~# beep = False
#~# test_speed = False
#~# volcado = False
#~# var_globals = False
#~# shutdown = False
#~# reboot = False
#~# start_print = False
#~# timelapse_take_frame = False
#~# timelapse_render = False
#~# test_stream_delay = False
#~# t7 = False
#~# t6 = False
#~# t5 = False
#~# t4 = False
#~# t3 = False
#~# t2 = False
#~# t1 = False
#~# t0 = False
#~# m80 = False
#~# m601 = False
#~# m600 = False
#~# m503 = False
#~# m900 = False
#~# m300 = False
#~# m208 = False
#~# m207 = False
#~# filament_change = False
#~# m205 = False
#~# m203 = False
#~# m201 = False
#~# led_warning = False
#~# led_capa = False
#~# end_print = False
#~# hyperlapse = False
#~# dump_variables = False
#~# get_timelapse_setup = False
#~# g29 = False
#~# dump_print_area_limits = False
#~# echo_var_globals = False
#~# dump_parameter = False
#~# debug = False
#~#