Skip to content

Commit

Permalink
Merge branch 'edge' into make_push
Browse files Browse the repository at this point in the history
  • Loading branch information
rclarke0 authored Nov 20, 2024
2 parents eb0d23b + 0dacfb3 commit 6b801e7
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 6b801e7

Please sign in to comment.