From f1581124d53c5b77009022173e9f90282a7c4e29 Mon Sep 17 00:00:00 2001 From: laura_danielle Date: Wed, 4 Nov 2020 15:53:05 -0500 Subject: [PATCH] Reload robot cal on exit --- robot-server/robot_server/robot/calibration/check/user_flow.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/robot-server/robot_server/robot/calibration/check/user_flow.py b/robot-server/robot_server/robot/calibration/check/user_flow.py index e78d06333b0..3548af0d1b5 100644 --- a/robot-server/robot_server/robot/calibration/check/user_flow.py +++ b/robot-server/robot_server/robot/calibration/check/user_flow.py @@ -817,4 +817,6 @@ async def exit_session(self): if self.hw_pipette.has_tip: await self.move_to_tip_rack() await self.return_tip() + # reload new deck calibration + self._hardware.reset_robot_calibration() await self._hardware.home()