menu: rename system to update
system will be a different panel
This commit is contained in:
parent
b4507aef62
commit
ac6acd1ccf
@ -108,12 +108,6 @@ panel: settings
|
||||
```
|
||||

|
||||
|
||||
### System
|
||||
```py
|
||||
panel: system
|
||||
```
|
||||

|
||||
|
||||
### Spoolman
|
||||
```py
|
||||
panel: spoolman
|
||||
@ -126,6 +120,12 @@ panel: temperature
|
||||
```
|
||||
[](Panels/Temperature.md)
|
||||
|
||||
### Updater
|
||||
```py
|
||||
panel: updater
|
||||
```
|
||||

|
||||
|
||||
### [Z Calibrate](Panels/Zcalibrate.md)
|
||||
```py
|
||||
panel: zcalibrate
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 9.1 KiB |
BIN
docs/img/panels/updater.png
Normal file
BIN
docs/img/panels/updater.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
@ -158,10 +158,10 @@ name: {{ gettext('Console') }}
|
||||
icon: console
|
||||
panel: console
|
||||
|
||||
[menu __main more system]
|
||||
name: {{ gettext('System') }}
|
||||
icon: info
|
||||
panel: system
|
||||
[menu __main more updater]
|
||||
name: {{ gettext('Update') }}
|
||||
icon: refresh
|
||||
panel: updater
|
||||
|
||||
[menu __main more input_shaper]
|
||||
name: {{ gettext('Input Shaper') }}
|
||||
@ -291,10 +291,10 @@ name: {{ gettext('Network') }}
|
||||
icon: network
|
||||
panel: network
|
||||
|
||||
[menu __splashscreen system]
|
||||
name: {{ gettext('System') }}
|
||||
icon: info
|
||||
panel: system
|
||||
[menu __splashscreen updater]
|
||||
name: {{ gettext('Update') }}
|
||||
icon: refresh
|
||||
panel: updater
|
||||
enable: {{ moonraker_connected }}
|
||||
|
||||
[menu __splashscreen settings]
|
||||
|
Loading…
x
Reference in New Issue
Block a user