Skip to content

Commit a3c4a2f

Browse files
committed
update_motor_status when updating _update_position_estimation
1 parent bb0cf23 commit a3c4a2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/opentrons/hardware_control/ot3api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,7 @@ async def _update_position_estimation(
775775
"""
776776
Function to update motor estimation for a set of axes
777777
"""
778+
await self._backend.update_motor_status()
778779
if axes is None:
779780
axes = [ax for ax in Axis]
780781

0 commit comments

Comments
 (0)