mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 14:04:17 -06:00
display menu module for klipper
Signed-off-by: Janar Sööt <janar.soot@gmail.com>
This commit is contained in:
parent
3387cccdcf
commit
65f0fd6238
5 changed files with 2586 additions and 0 deletions
|
@ -650,6 +650,33 @@
|
|||
#a0_pin
|
||||
# The pins connected to an uc1701 type lcd. These parameters must be
|
||||
# provided when using an uc1701 display.
|
||||
#menu_root:
|
||||
# Entry point for menu, root menu container name. If this parameter
|
||||
# is not provided then default menu root is used. When provided
|
||||
# menu entry is 'deck' type then it'll be initiated immediately at startup.
|
||||
# Description of menu items is located in example-menu.cfg file.
|
||||
#menu_timeout:
|
||||
# Timeout for menu. Being inactive this amount of seconds will trigger
|
||||
# menu exit or return to root menu when having autorun enabled.
|
||||
# The default is 0 seconds (disabled)
|
||||
#encoder_pins:
|
||||
# The pins connected to encoder. 2 pins must be provided when
|
||||
# using encoder. This parameter must be provided when using menu.
|
||||
#click_pin:
|
||||
# The pin connected to 'enter' button or encoder 'click'. This parameter
|
||||
# must be provided when using menu.
|
||||
#back_pin:
|
||||
# The pin connected to 'back' button. This parameter is optional, menu
|
||||
# can be used without it.
|
||||
#up_pin:
|
||||
# The pin connected to 'up' button. This parameter must be provided
|
||||
# when using menu without encoder.
|
||||
#down_pin:
|
||||
# The pin connected to 'down' button. This parameter must be provided
|
||||
# when using menu without encoder.
|
||||
#kill_pin:
|
||||
# The pin connected to 'kill' button. This button will call
|
||||
# emergency stop.
|
||||
|
||||
# Custom thermistors (one may define any number of sections with a
|
||||
# "thermistor" prefix). A custom thermistor may be used in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue