Skip to content

Commit

Permalink
set plunger position to 'bottom' during pick-up-tip to avoid firmware…
Browse files Browse the repository at this point in the history
… bug (#245)
  • Loading branch information
andySigler authored Jun 14, 2017
1 parent ec79ee5 commit 01bb884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/opentrons/instruments/pipette.py
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,8 @@ def _setup():
def _do():
nonlocal location, presses

self.motor.move(self._get_plunger_position('bottom'))

if location:
self.move_to(location, strategy='arc', enqueue=False)

Expand Down

0 comments on commit 01bb884

Please sign in to comment.