Open
Conversation
* 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 <gareth@waves.ky>
Signed-off-by: Gareth Farrington <gareth@waves.ky>
* 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>
Implement MCU features that enable using an adc to stop an axis Signed-off-by: Gareth Farrington <gareth@waves.ky>
Signed-off-by: Gareth Farrington <gareth@waves.ky>
Add a filter workbench Jupiter notebook to help printer developers tune filters based on probing data
* `probing_move` now in ProbeEndstopWrapper * `run_probe` now in ProbeSessionHelper Signed-off-by: Gareth Farrington <gareth@waves.ky>
Signed-off-by: Gareth Farrington <gareth@waves.ky>
Signed-off-by: Gareth Farrington <gareth@waves.ky>
Signed-off-by: Gareth Farrington <gareth@waves.ky>
Signed-off-by: Gareth Farrington <gareth@waves.ky>
Signed-off-by: Gareth Farrington <gareth@waves.ky>
* Update API server documentation for taps
This change enhances z_thermal_adjust: * multiple `z_thermal_adjust` sections may now be defined in config to compensate for differetn sources of z thermal expansion that happen at different rates. * Heater objects, which encapsulate a temperature sensor, may be used as a sensor source to drive the adjustment. This change allows for a frame adjustment and a nozzle temperature adjustment to be in effect simultaneously with their own independent adjustment values. Test Trigger in Timer
This is a marker branch for the klipper community to use when testing Load Cell Probing. This branch contains all the changes that will eventually be submitted as Pull Requests (PR's) to klipper mainline. When klipper merges one of these changes this branch will be rebased on top of that change. This branch will also contain the live updates as the PR's are worked on and will be updated frequencly as the merging work progresses.
23a0369 to
4197150
Compare
4197150 to
71d409f
Compare
8456abe to
1dffe6b
Compare
c896eb5 to
f054981
Compare
e26b3e8 to
1201ee4
Compare
b088f52 to
466b674
Compare
6bace1f to
a152019
Compare
a152019 to
a0c50c0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix typo in 'Bad taps exceeded bas_tap_retries' command error. File: klippy/extras/load_cell_probe.py