CreatBotKlipper/docs/Overview.md
Gareth Farrington 06d65ef5ac
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>
2025-03-20 19:53:44 -04:00

4.6 KiB

Overview

Welcome to the Klipper documentation. If new to Klipper, start with the features and installation documents.

Overview information

  • Features: A high-level list of features in Klipper.
  • FAQ: Frequently asked questions.
  • Releases: The history of Klipper releases.
  • Config changes: Recent software changes that may require users to update their printer config file.
  • Contact: Information on bug reporting and general communication with the Klipper developers.

Installation and Configuration

Developer Documentation

  • Code overview: Developers should read this first.
  • Kinematics: Technical details on how Klipper implements motion.
  • Protocol: Information on the low-level messaging protocol between host and micro-controller.
  • API Server: Information on Klipper's command and control API.
  • MCU commands: A description of low-level commands implemented in the micro-controller software.
  • CAN bus protocol: Klipper CAN bus message format.
  • Debugging: Information on how to test and debug Klipper.
  • Benchmarks: Information on the Klipper benchmark method.
  • Contributing: Information on how to submit improvements to Klipper.
  • Packaging: Information on building OS packages.

Device Specific Documents