Skip to content

Commit

Permalink
Update api/src/opentrons/hardware_control/ot3api.py
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Cox <[email protected]>
  • Loading branch information
ahiuchingau and Laura-Danielle committed Jan 11, 2024
1 parent 1cb64f6 commit 6ddd6e1
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 @@ -1311,7 +1311,7 @@ async def _cache_and_maybe_retract_mount(self, mount: OT3Mount) -> None:
if mount != self._last_moved_mount and self._last_moved_mount:
await self.retract(self._last_moved_mount, 10)

# disengage Axis.Q motor and engage the brake to lower power
# disengage Axis.Z_L motor and engage the brake to lower power
# consumption and reduce the chance of the 96-channel pipette dropping
if (
self.gantry_load == GantryLoad.HIGH_THROUGHPUT
Expand Down

0 comments on commit 6ddd6e1

Please sign in to comment.