Skip to content

Commit

Permalink
add z= to move_rel call (#13844)
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj authored Oct 26, 2023
1 parent 51e5209 commit bf9091c
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 @@ -2035,7 +2035,7 @@ def add_tip_to_instr() -> None:
# can verify if a tip is properly attached
if spec.ending_z_retract_distance:
await self.move_rel(
realmount, top_types.Point(spec.ending_z_retract_distance)
realmount, top_types.Point(z=spec.ending_z_retract_distance)
)

# TODO: implement tip-detection sequence during pick-up-tip for 96ch,
Expand Down

0 comments on commit bf9091c

Please sign in to comment.