Documentation updates

This commit is contained in:
Jordan Ruthe 2020-11-22 19:29:55 -05:00
parent 2f25ef2040
commit 906da8550e
2 changed files with 11 additions and 5 deletions

View File

@ -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 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. 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: A menu item is configured as follows:
``` ```
[menu __main my_menu_item] [menu __main my_menu_item]
@ -34,6 +32,9 @@ method: printer.gcode.script
# Parameters that would be passed with the method above # Parameters that would be passed with the method above
params: {"script":"G28 X"} 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: A sample configuration of a main menu would be as follows:
``` ```

View File

@ -5,9 +5,14 @@
* [Bed Level](#bed-level) * [Bed Level](#bed-level)
* [Extrude](#extrude) * [Extrude](#extrude)
* [Fan](#fan) * [Fan](#fan)
* [Move](#move) * [finetune](#finetune)
* [Preheat](#preheat) * [move](#move)
* [Temperature](#temperature) * [network](#network)
* [preheat](#preheat)
* [system](#system)
* [temperature](#temperature)
* [zcalibrate](#zcalibrate)
### Main Menu ### Main Menu
![Main Menu](img/main_panel.png) ![Main Menu](img/main_panel.png)