Skip to content

Commit

Permalink
cache positions after running retract
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed Jul 6, 2023
1 parent 5fc377a commit 1f77633
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/opentrons/hardware_control/ot3api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1319,6 +1319,8 @@ async def retract_axis(self, axis: Union[Axis, OT3Axis]) -> None:
else:
# home the axis
await self._home_axis(checked_axis)
await self._cache_current_position()
await self._cache_encoder_position()

# Gantry/frame (i.e. not pipette) config API
@property
Expand Down

0 comments on commit 1f77633

Please sign in to comment.