-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKlipperScreen.conf
50 lines (41 loc) · 1.54 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
[main]
# Time (seconds) before the Job Status page reverts to main menu after a successful job
job_complete_timeout: 5
# Time (seconds) before the Job Status page reverts to main menu after an error.
# If this option is 0, the user must click on a button to go back to the main menu.
job_error_timeout: 0
# Allows the cursor to be displayed on the screen
show_cursor: False
# Define printer and name. Name is anything after the first printer word
[printer Ender 3 Pro]
# Define the moonraker host/port if different from 127.0.0.1 and 7125
moonraker_host: 127.0.0.1
moonraker_port: 7125
# Moonraker API key if this is not connecting from a trusted client IP
moonraker_api_key: False
# Define printer and name. Name is anything after the first printer word
[printer Ender 3 v2]
# Define the moonraker host/port if different from 127.0.0.1 and 7125
moonraker_host: 127.0.0.1
moonraker_port: 7126
# Moonraker API key if this is not connecting from a trusted client IP
moonraker_api_key: False
# Define printer and name. Name is anything after the first printer word
[printer Ender 3 Pro Precision]
# Define the moonraker host/port if different from 127.0.0.1 and 7125
moonraker_host: 127.0.0.1
moonraker_port: 7127
# Moonraker API key if this is not connecting from a trusted client IP
moonraker_api_key: False
[preheat PLA]
# Temperature for the tools
extruder: 210
[preheat PETG]
# Temperature for the tools
extruder: 240
#~# --- Do not edit below this line. This section is auto generated --- #~#
#~#
#~# [main]
#~# print_sort_dir = date_desc
#~# theme = colorized
#~#