Skip to content

Commit

Permalink
update motor position before homing
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri committed Nov 19, 2024
1 parent 05eeed7 commit 30a679e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/opentrons/hardware_control/ot3api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1587,6 +1587,7 @@ async def _home_axis(self, axis: Axis) -> None:

async def _home(self, axes: Sequence[Axis]) -> None:
"""Home one axis at a time."""
await self._backend.update_motor_status()
for axis in axes:
try:
if axis == Axis.G:
Expand Down

0 comments on commit 30a679e

Please sign in to comment.