diff options
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 1489670e..44f6431f 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -4758,6 +4758,16 @@ scale. [load_cell] sensor_type: # This must be one of the supported sensor types, see below. +#counts_per_gram: +# The floating point number of sensor counts that indicates 1 gram of force. +# This value is calculated by the LOAD_CELL_CALIBRATE command. +#reference_tare_counts: +# The integer tare value, in raw sensor counts, taken when LOAD_CELL_CALIBRATE +# is run. This is the default tare value when klipper starts up. +#sensor_orientation: +# Change the sensor's orientation. Can be either 'normal' or 'inverted'. +# The default is 'normal'. Use 'inverted' if the sensor reports a +# decreasing force value when placed under load. ``` #### HX711 |