Skip to content

Commit

Permalink
Reload robot cal on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura-Danielle committed Nov 5, 2020
1 parent f2b746a commit 448093e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -813,4 +813,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()

0 comments on commit 448093e

Please sign in to comment.