128 lines
2.1 KiB
Markdown
128 lines
2.1 KiB
Markdown
# Panels
|
|
|
|
### Main Menu
|
|

|
|
|
|
### Job Status
|
|
```py
|
|
panel: job_status
|
|
```
|
|

|
|
|
|
### Bed Level
|
|
```py
|
|
panel: bed_level
|
|
```
|
|

|
|
|
|
The bed level panel has the ability to have preset locations from Klipper. Please see documentation on the following
|
|
Klipper Sections:
|
|
* [bed_screws](https://www.klipper3d.org/Config_Reference.html#bed_screws)
|
|
* [screws_tilt_adjust](https://www.klipper3d.org/Config_Reference.html#screws_tilt_adjust)
|
|
|
|
!!! important:
|
|
`[bed_screws]` uses Nozzle positions and `[screws_tilt_adjust]` uses Probe positions
|
|
|
|
This panel will favor `[bed_screws]` but if it's not defined,
|
|
the probe offset will be applied to the defined screw values in `[screws_tilt_adjust]`,
|
|
this way the position buttons behave like if `[bed_screws]` was defined.
|
|
|
|
### Bed Mesh
|
|
```py
|
|
panel: bed_mesh
|
|
```
|
|

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

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

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

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

|
|
|
|
### Menu
|
|

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

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

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

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

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

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

|
|
|
|
### Temperature
|
|
```py
|
|
panel: temperature
|
|
```
|
|

|
|
|
|
### Z Calibrate
|
|
```py
|
|
panel: zcalibrate
|
|
```
|
|

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

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

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

|