Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load cell gram scale #6729

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 11, 2024

  1. 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
    
    Signed-off-by: Gareth Farrington <[email protected]>
    garethky committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    97098d3 View commit details
    Browse the repository at this point in the history
  2. Capture errors and overflows in LoadCellSampleCollector

    Signed-off-by: Gareth Farrington <[email protected]>
    garethky committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    59900be View commit details
    Browse the repository at this point in the history
  3. 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 <[email protected]>
    garethky committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    dde606a View commit details
    Browse the repository at this point in the history