134 lines
2.1 KiB
Markdown
134 lines
2.1 KiB
Markdown
# Panels
|
|
|
|
### Splash Screen
|
|

|
|
!!! tip
|
|
The *'power on'* button will only appear if a power device exists in moonraker and that power device name
|
|
should be added to `power_devices` in the printer section of the klipperscreen configuration file
|
|
|
|
### Main Menu
|
|

|
|
|
|
### [Job Status](Panels/Job_status.md)
|
|
```py
|
|
panel: job_status
|
|
```
|
|
[](Panels/Job_status.md)
|
|
|
|
### [Bed Level](Panels/Screws.md)
|
|
```py
|
|
panel: bed_level
|
|
```
|
|
[](Panels/Screws.md)
|
|
|
|
### Bed Mesh
|
|
```py
|
|
panel: bed_mesh
|
|
```
|
|

|
|
|
|
### Console
|
|
```py
|
|
panel: console
|
|
```
|
|

|
|
|
|
### Extrude
|
|
```py
|
|
panel: extrude theme:material-dark
|
|
```
|
|

|
|
|
|
### Fan
|
|
```py
|
|
panel: fan
|
|
```
|
|

|
|
|
|
### Fine Tune
|
|
```py
|
|
panel: fine_tune
|
|
```
|
|

|
|
|
|
### Gcode Macros
|
|
```py
|
|
panel: gcode_macros
|
|
```
|
|

|
|
|
|
### Input Shapers
|
|
```py
|
|
panel: input_shaper
|
|
```
|
|

|
|
|
|
### Limits
|
|
```py
|
|
panel: limits
|
|
```
|
|

|
|
|
|
### Menu
|
|

|
|
|
|
### Move
|
|
```py
|
|
panel: move
|
|
```
|
|

|
|
|
|
### Network
|
|
```py
|
|
panel: network
|
|
```
|
|

|
|
|
|
### Power
|
|
```py
|
|
panel: power
|
|
```
|
|

|
|
|
|
### Print
|
|
```py
|
|
panel: print
|
|
```
|
|

|
|
|
|
### Retraction
|
|
```py
|
|
panel: retraction
|
|
```
|
|

|
|
|
|
### Settings
|
|
```py
|
|
panel: settings
|
|
```
|
|

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

|
|
|
|
### Spoolman
|
|
```py
|
|
panel: spoolman
|
|
```
|
|

|
|
|
|
### [Temperature](Panels/Temperature.md)
|
|
```py
|
|
panel: temperature
|
|
```
|
|
[](Panels/Temperature.md)
|
|
|
|
### [Z Calibrate](Panels/Zcalibrate.md)
|
|
```py
|
|
panel: zcalibrate
|
|
```
|
|
[](Panels/Zcalibrate.md)
|