v2.4: update KlipperScreen
This commit is contained in:
parent
a1b8634213
commit
33a906f2e6
1 changed files with 11 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
[main]
|
[main]
|
||||||
moonraker_host: 127.0.0.1
|
moonraker_host: 127.0.0.1
|
||||||
moonraker_port: 7125
|
moonraker_port: 7125
|
||||||
|
service: KlipperScreen
|
||||||
|
|
||||||
[z_calibrate_position]
|
[z_calibrate_position]
|
||||||
calibrate_x_position: 150
|
calibrate_x_position: 150
|
||||||
|
@ -14,6 +15,10 @@ extruder = 200
|
||||||
bed = 100
|
bed = 100
|
||||||
extruder = 250
|
extruder = 250
|
||||||
|
|
||||||
|
[preheat PETG]
|
||||||
|
bed = 80
|
||||||
|
extruder = 240
|
||||||
|
|
||||||
[menu __main]
|
[menu __main]
|
||||||
name: {{ gettext('Main Menu') }}
|
name: {{ gettext('Main Menu') }}
|
||||||
|
|
||||||
|
@ -21,10 +26,10 @@ name: {{ gettext('Main Menu') }}
|
||||||
name: {{ gettext('Homing') }}
|
name: {{ gettext('Homing') }}
|
||||||
icon: home
|
icon: home
|
||||||
|
|
||||||
[menu __main preheat]
|
[menu __main temperature]
|
||||||
name: {{ gettext('Preheat') }}
|
name: {{ gettext('Temperature') }}
|
||||||
icon: heat-up
|
icon: heat-up
|
||||||
panel: preheat
|
panel: temperature
|
||||||
|
|
||||||
[menu __main actions]
|
[menu __main actions]
|
||||||
name: {{ gettext('Actions') }}
|
name: {{ gettext('Actions') }}
|
||||||
|
@ -332,7 +337,6 @@ panel: settings
|
||||||
#~# ercf_form_tip_standalone = False
|
#~# ercf_form_tip_standalone = False
|
||||||
#~# ercf_is_filament_in_extruder = False
|
#~# ercf_is_filament_in_extruder = False
|
||||||
#~# ercf_home_only = False
|
#~# ercf_home_only = False
|
||||||
#~# purge_nozzle = False
|
|
||||||
#~# ercf_var = False
|
#~# ercf_var = False
|
||||||
#~# ercf_pause = False
|
#~# ercf_pause = False
|
||||||
#~# ercf_unload_tool = False
|
#~# ercf_unload_tool = False
|
||||||
|
@ -347,4 +351,7 @@ panel: settings
|
||||||
#~# ercf_unselect_tool = False
|
#~# ercf_unselect_tool = False
|
||||||
#~# hyperlapse = False
|
#~# hyperlapse = False
|
||||||
#~# ercf_calibrate = False
|
#~# ercf_calibrate = False
|
||||||
|
#~# t6 = False
|
||||||
|
#~# t7 = False
|
||||||
|
#~# t8 = False
|
||||||
#~#
|
#~#
|
||||||
|
|
Loading…
Reference in a new issue