Documentation updates
This commit is contained in:
parent
2f25ef2040
commit
906da8550e
@ -18,8 +18,6 @@ different items and there are several panel options available. It is possible to
|
||||
button press. There are two menus available in KlipperScreen, __main and __print. The __main menu is displayed while the
|
||||
printer is idle. The __print menu is accessible from the printing status page.
|
||||
|
||||
Available panels are listed here: [docs/panels.md](panels.md)
|
||||
|
||||
A menu item is configured as follows:
|
||||
```
|
||||
[menu __main my_menu_item]
|
||||
@ -34,6 +32,9 @@ method: printer.gcode.script
|
||||
# Parameters that would be passed with the method above
|
||||
params: {"script":"G28 X"}
|
||||
```
|
||||
Available panels are listed here: [docs/panels.md](panels.md)
|
||||
|
||||
|
||||
|
||||
A sample configuration of a main menu would be as follows:
|
||||
```
|
||||
|
@ -5,9 +5,14 @@
|
||||
* [Bed Level](#bed-level)
|
||||
* [Extrude](#extrude)
|
||||
* [Fan](#fan)
|
||||
* [Move](#move)
|
||||
* [Preheat](#preheat)
|
||||
* [Temperature](#temperature)
|
||||
* [finetune](#finetune)
|
||||
* [move](#move)
|
||||
* [network](#network)
|
||||
* [preheat](#preheat)
|
||||
* [system](#system)
|
||||
* [temperature](#temperature)
|
||||
* [zcalibrate](#zcalibrate)
|
||||
|
||||
|
||||
### Main Menu
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user