优化打印中的设置菜单
This commit is contained in:
parent
4ca43b2049
commit
fad8105955
@ -5,11 +5,6 @@
|
|||||||
[menu __print]
|
[menu __print]
|
||||||
name: {{ gettext('Print Control') }}
|
name: {{ gettext('Print Control') }}
|
||||||
|
|
||||||
[menu __print temperature]
|
|
||||||
name: {{ gettext('Temperature') }}
|
|
||||||
icon: heat-up
|
|
||||||
panel: temperature
|
|
||||||
enable: {{ (printer.temperature_devices.count > 0) or (printer.extruders.count > 0)}}
|
|
||||||
|
|
||||||
[menu __print fan]
|
[menu __print fan]
|
||||||
name: {{ gettext('Fan') }}
|
name: {{ gettext('Fan') }}
|
||||||
@ -70,8 +65,8 @@ icon: network
|
|||||||
panel: network
|
panel: network
|
||||||
|
|
||||||
[menu __print settings]
|
[menu __print settings]
|
||||||
name: KlipperScreen
|
name: {{ gettext('More') }}
|
||||||
icon: settings
|
icon: more-settings
|
||||||
panel: settings
|
panel: settings
|
||||||
|
|
||||||
[menu __print spoolman]
|
[menu __print spoolman]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user