aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_klipper3d
diff options
context:
space:
mode:
authorGareth Farrington <gareth@waves.ky>2025-03-20 16:53:44 -0700
committerGitHub <noreply@github.com>2025-03-20 19:53:44 -0400
commit06d65ef5ac139e2c84e7381c190ee2b1e4ec4237 (patch)
tree757285e437b6d53673a3560d3b1cad18f7cc4e0c /docs/_klipper3d
parentd886c1761bbdfd23833996489afba6b75f312a4a (diff)
downloadkutter-06d65ef5ac139e2c84e7381c190ee2b1e4ec4237.tar.gz
kutter-06d65ef5ac139e2c84e7381c190ee2b1e4ec4237.tar.xz
kutter-06d65ef5ac139e2c84e7381c190ee2b1e4ec4237.zip
load_cell: Load cell gram scale (#6729)
* Add gram scale features to load_cell * Convert sensor counts to grams and make this available via unix socket and object status * Basic GCodes for tearing and reading the load cell * Guided Calibration * Diagnostic gcode to check the health of the load cell * Update load_cell Documentation * Add API server load_cell/dump_force endpoint * Update [load_cell] config with calibration fields * Add G-Code commands for working with load cells * Add status reference for load_cell objects Signed-off-by: Gareth Farrington <gareth@waves.ky>
Diffstat (limited to 'docs/_klipper3d')
-rw-r--r--docs/_klipper3d/mkdocs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_klipper3d/mkdocs.yml b/docs/_klipper3d/mkdocs.yml
index 02d32fad..e13fbe8d 100644
--- a/docs/_klipper3d/mkdocs.yml
+++ b/docs/_klipper3d/mkdocs.yml
@@ -141,4 +141,5 @@ nav:
- TSL1401CL_Filament_Width_Sensor.md
- Hall_Filament_Width_Sensor.md
- Eddy_Probe.md
+ - Load_Cell.md
- Sponsors.md