Skip to content

Commit

Permalink
fix(api): update motor position before homing (#16887)
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri authored Nov 20, 2024
1 parent ac051f7 commit 0dacfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/hardware_control/ot3api.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ async def _update_position_estimation(
"""
Function to update motor estimation for a set of axes
"""

await self._backend.update_motor_status()
if axes:
checked_axes = [ax for ax in axes if ax in Axis]
else:
Expand Down

0 comments on commit 0dacfb3

Please sign in to comment.