mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-20 05:07:53 -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
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue