diff options
author | Johannes Stuettgen <johannes.stuettgen@gmail.com> | 2021-02-08 17:52:46 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-04-28 11:53:18 -0400 |
commit | ed6ab6b9cc2841a6dda8103fee01a18d1a43c76a (patch) | |
tree | 115045e5f00fee3b0944e9ac3f959e5e57b5d433 /docs/Manual_Level.md | |
parent | d36dbfebd17500f0af176abd88d8b258c7940e47 (diff) | |
download | kutter-ed6ab6b9cc2841a6dda8103fee01a18d1a43c76a.tar.gz kutter-ed6ab6b9cc2841a6dda8103fee01a18d1a43c76a.tar.xz kutter-ed6ab6b9cc2841a6dda8103fee01a18d1a43c76a.zip |
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>
Diffstat (limited to 'docs/Manual_Level.md')
-rw-r--r-- | docs/Manual_Level.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Manual_Level.md b/docs/Manual_Level.md index 3ae75447..a50e6daf 100644 --- a/docs/Manual_Level.md +++ b/docs/Manual_Level.md @@ -191,3 +191,10 @@ it has an X or Y offset) then note that adjusting the bed tilt will invalidate any previous probe calibration that was performed with a tilted bed. Be sure to run [probe calibration](Probe_Calibrate.md) after the bed screws have been adjusted. + +The `MAX_DEVIATION` parameter 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. For example, `SCREWS_TILT_CALCULATE MAX_DEVIATION=0.01` +can be added to the custom start gcode of the slicer before the mesh is loaded. +It will abort the print if the configured limit is exceeded (0.01mm in this +example), giving the user a chance to adjust the screws and restart the print. |