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 4, 2020
1 parent 8caa4f2 commit f158112
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit f158112

Please sign in to comment.