diff options
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index bff64d18..48aeb0fd 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -386,6 +386,8 @@ object: - `error`: Returns True if the most recent `SCREWS_TILT_CALCULATE` command included the `MAX_DEVIATION` parameter and any of the probed screw points exceeded the specified `MAX_DEVIATION`. +- `max_deviation`: Return the last `MAX_DEVIATION` value of the most + recent `SCREWS_TILT_CALCULATE` command. - `results["<screw>"]`: A dictionary containing the following keys: - `z`: The measured Z height of the screw location. - `sign`: A string specifying the direction to turn to screw for the |