screws_tilt_adjust: add max_deviation to report status

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej 2023-07-19 22:31:33 +02:00 committed by KevinOConnor
parent fee385dad8
commit ea330717cd
2 changed files with 3 additions and 0 deletions

View file

@ -61,6 +61,7 @@ class ScrewsTiltAdjust:
def get_status(self, eventtime):
return {'error': self.max_diff_error,
'max_deviation': self.max_diff,
'results': self.results}
def probe_finalize(self, offsets, positions):