mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 15:14:00 -06:00
docs: Avoid link descriptions that span multiple lines
The Jekyll markdown renderer gets confused by links that span multiple lines. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
624d94f6ac
commit
977c334e2e
10 changed files with 107 additions and 98 deletions
|
@ -1,11 +1,12 @@
|
|||
This document is a reference of printer status information that
|
||||
available in Klipper [macros](Command_Templates.md), [display
|
||||
fields](Config_Reference.md#display), and via the [API
|
||||
Server](API_Server.md).
|
||||
available in Klipper [macros](Command_Templates.md),
|
||||
[display fields](Config_Reference.md#display), and via the
|
||||
[API Server](API_Server.md).
|
||||
|
||||
The fields in this document are subject to change - if using an
|
||||
attribute be sure to review the [Config Changes
|
||||
document](Config_Changes.md) when upgrading the Klipper software.
|
||||
attribute be sure to review the
|
||||
[Config Changes document](Config_Changes.md) when upgrading the
|
||||
Klipper software.
|
||||
|
||||
# bed_mesh
|
||||
|
||||
|
@ -243,12 +244,13 @@ The following information is available in the `system_stats` object
|
|||
|
||||
# temperature sensors
|
||||
|
||||
The following information is available in [bme280
|
||||
config_section_name](Config_Reference.md#bmp280bme280bme680-temperature-sensor),
|
||||
[htu21d config_section_name](Config_Reference.md#htu21d-sensor), [lm75
|
||||
config_section_name](Config_Reference.md#lm75-temperature-sensor), and
|
||||
[temperature_host
|
||||
config_section_name](Config_Reference.md#host-temperature-sensor)
|
||||
The following information is available in
|
||||
|
||||
[bme280 config_section_name](Config_Reference.md#bmp280bme280bme680-temperature-sensor),
|
||||
[htu21d config_section_name](Config_Reference.md#htu21d-sensor),
|
||||
[lm75 config_section_name](Config_Reference.md#lm75-temperature-sensor),
|
||||
and
|
||||
[temperature_host config_section_name](Config_Reference.md#host-temperature-sensor)
|
||||
objects:
|
||||
- `temperature`: The last read temperature from the sensor.
|
||||
- `humidity`, `pressure`, `gas`: The last read values from the sensor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue