mirror of https://github.com/Desuuuu/klipper.git
docs: Fix missing backtick in API_Server.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
080b7f68ca
commit
e0e8615aaf
|
@ -170,7 +170,7 @@ gcode:
|
||||||
When the PANELDUE_BEEP gcode macro is executed, Klipper would send something
|
When the PANELDUE_BEEP gcode macro is executed, Klipper would send something
|
||||||
like the following over the socket:
|
like the following over the socket:
|
||||||
`{"action": "run_paneldue_beep",
|
`{"action": "run_paneldue_beep",
|
||||||
"params": {"frequency": 300, "duration": 1.0}}
|
"params": {"frequency": 300, "duration": 1.0}}`
|
||||||
|
|
||||||
### objects/list
|
### objects/list
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue