pylabrobot.opentrons.flex.flex_gripper.FlexGripper.move_to#
- async FlexGripper.move_to(x: float, y: float, z: float, speed: float | None = None) None#
Move the gripper to an absolute deck-frame position, in mm.
Uses
robot/moveTowith the extension mount rather than therobot/moveAxes*family: those infer the mount from the axis map, and the server’s offset table has no gripper entry, so anextensionZtarget fails on the robot withKeyError: Mount.EXTENSION. The gripper also has a lower z ceiling than the pipette mounts, so a z a pipette accepts can still be out of bounds.speedis in mm/s (robot default if None).