mirror of https://github.com/Desuuuu/klipper.git
console: Try to improve the description of the SUPPRESS command
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
f3c4deb1ab
commit
ac72f8ec78
|
@ -14,7 +14,7 @@ help_txt = """
|
||||||
PINS : Load pin name aliases (eg, "PINS arduino")
|
PINS : Load pin name aliases (eg, "PINS arduino")
|
||||||
DELAY : Send a command at a clock time (eg, "DELAY 9999 get_uptime")
|
DELAY : Send a command at a clock time (eg, "DELAY 9999 get_uptime")
|
||||||
FLOOD : Send a command many times (eg, "FLOOD 22 .01 get_uptime")
|
FLOOD : Send a command many times (eg, "FLOOD 22 .01 get_uptime")
|
||||||
SUPPRESS : Suppress a response message (eg, "SUPPRESS stats")
|
SUPPRESS : Suppress a response message (eg, "SUPPRESS analog_in_state 4")
|
||||||
SET : Create a local variable (eg, "SET myvar 123.4")
|
SET : Create a local variable (eg, "SET myvar 123.4")
|
||||||
STATS : Report serial statistics
|
STATS : Report serial statistics
|
||||||
LIST : List available mcu commands, local commands, and local variables
|
LIST : List available mcu commands, local commands, and local variables
|
||||||
|
|
Loading…
Reference in New Issue