forked from akashrpatel/BlackNet_Voron_2.4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKlipperScreen.conf
117 lines (103 loc) · 2.8 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
#####################################################################
# Klipper Screen config
#####################################################################
[preheat PETG]
extruder:245
heater_bed: 85
[preheat ABS]
extruder:245
heater_bed: 110
chamber: 40
[preheat PLA]
extruder: 220
heater_bed: 55
[preheat TPU]
extruder: 205
heater_bed: 55
[menu __main homing]
name: Homing
icon: home
[menu __main temperature]
name: TEmps
icon: heat-up
panel: temperature
[menu __main print]
name: Print
icon: print
panel: print
[menu __main G3200]
name: Prep
icon: home
method: printer.gcode.script
params: {"script":"G3200"}
[printer Voron 2.4952]
# Define what items should be shown in titlebar besides the extruder and bed
# the name must be the same as defined in the klipper config
# valid options are temperature_sensors or temperature_fans, or heater_generic
titlebar_items: chamber, MCU, Pi
# [menu __main my_menu_item]
# To build a sub-menu of this menu item, you would next use [menu __main my_menu_item sub_menu_item]
# name: Item Name
# Optional Parameters
#
# Icon name to be used, it can be any image in the directory:
# KlipperScreen/styles/{theme}/images/ where {theme} is your current theme
# Supported formats svg or png
# icon: home
# Icon style, defined as "button.mycolor4" (for example) in the theme css
# style: mycolor4
# Panel from the panels listed below
# panel: temperature
# Moonraker method to call when the item is selected
# method: printer.gcode.script
# Parameters that would be passed with the method above
# params: {"script":"G28 X"}
# Enable allows hiding of a menu if the condition is false. This statement is evaluated in Jinja2
# Available variables are listed below.
# enable: {{ printer.power_devices.count > 0 }}
#~# --- Do not edit below this line. This section is auto generated --- #~#
#~#
#~# [main]
#~# theme = material-dark
#~# screen_blanking = 1800
#~# 24htime = False
#~# confirm_estop = True
#~# use_dpms = False
#~# show_heater_power = True
#~# move_speed_z = 15
#~# print_sort_dir = date_desc
#~#
#~# [displayed_macros Voron 2.4R2]
#~# g32 = False
#~# hello_world = False
#~# m402 = False
#~# m401 = False
#~# status_leveling = False
#~# hyperlapse = False
#~# status_homing = False
#~# status_meshing = False
#~# status_heating = False
#~# status_cleaning = False
#~# status_calibrating_z = False
#~# set_nozzle_leds_off = False
#~# set_logo_leds_off = False
#~# g3201 = False
#~# euclidvars = False
#~# m141 = False
#~# status_off = False
#~# backup_cfg = False
#~#
#~# [graph Printer]
#~# temperature_sensor mcu_temp = False
#~# temperature_sensor raspberry = False
#~#
#~# [graph Voron 2.4R2]
#~# temperature_sensor octopus = False
#~# heater_bed = False
#~# temperature_fan chamber = False
#~# extruder = False
#~#
#~# [graph Voron 2.4952]
#~# heater_bed = False
#~# extruder = False
#~#