Skip to content

Commit

Permalink
don't do this by default for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Sep 27, 2024
1 parent 5316db7 commit 5f61c90
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions api/src/opentrons/hardware_control/ot3api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2031,12 +2031,11 @@ async def aspirate(
await self.set_system_constraints_for_plunger_acceleration(
realmount, aspirate_spec.acceleration
)
async with self.grab_pressure(realmount):
await self._move(
target_pos,
speed=aspirate_spec.speed,
home_flagged_axes=False,
)
await self._move(
target_pos,
speed=aspirate_spec.speed,
home_flagged_axes=False,
)
except Exception:
self._log.exception("Aspirate failed")
aspirate_spec.instr.set_current_volume(0)
Expand Down

0 comments on commit 5f61c90

Please sign in to comment.