-
Notifications
You must be signed in to change notification settings - Fork 3
/
KlipperScreen.conf
48 lines (40 loc) · 1.23 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
[main]
# Time (seconds) before the Job Status page reverts to main menu after a successful job
job_complete_timeout: 30
# Time (seconds) before the Job Status page reverts to main menu after a successful job.
# If this option is 0, the user must click on a button to go back to the main menu.
job_error_timeout: 0
# Specify the language
# The language can be specified here instead of using the system default language.
language: en
# Allows the cursor to be displayed on the screen
show_cursor: False
[printer Vz24]
# Define the moonraker host/port if different from 127.0.0.1 and 7125
moonraker_host: hscore.local
moonraker_port: 7125
# Moonraker API key if this is not connecting from a trusted client IP
moonraker_api_key: False
# Define the z_babystep intervals in a CSV list. Currently only 2 are supported
z_babystep_values: 0.1, 0.05, 0.01
[preheat PLA]
extruder: 160
heater_bed: 60
[preheat PETG]
extruder: 210
heater_bed: 80
[preheat ABS]
extruder: 230
heater_bed: 100
gcode: HEATSOAKBED
#~# --- Do not edit below this line. This section is auto generated --- #~#
#~#
#~# [main]
#~# language = system_lang
#~# font_size = small
#~# move_speed_xy = 197
#~# print_sort_dir = date_desc
#~#
#~# [graph Vz24]
#~# temperature_fan mcu = False
#~#