mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 13:34:06 -06:00
screws_tilt_adjust: Add MAX_DEVIATION parameter for bed level invariant.
This is useful when a saved bed mesh is used to ensure that the bed level has not drifted too far from where it was when the mesh was created. Signed-off-by: Johannes Stuettgen <johannes.stuettgen@gmail.com>
This commit is contained in:
parent
d36dbfebd1
commit
ed6ab6b9cc
3 changed files with 16 additions and 0 deletions
|
@ -5,3 +5,4 @@ DICTIONARY atmega2560.dict
|
|||
# Simple script to test
|
||||
G28
|
||||
SCREWS_TILT_CALCULATE
|
||||
SCREWS_TILT_CALCULATE MAX_DEVIATION=0.01
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue