From c23af2ca6d87ab1162a86e044ebbd4425eb36f3f Mon Sep 17 00:00:00 2001 From: pmoegenburg Date: Tue, 6 Aug 2024 16:09:03 -0400 Subject: [PATCH] keep head_l hold_current high --- .../opentrons/hardware_control/backends/ot3controller.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/src/opentrons/hardware_control/backends/ot3controller.py b/api/src/opentrons/hardware_control/backends/ot3controller.py index 386e6a36159..1584442d71e 100644 --- a/api/src/opentrons/hardware_control/backends/ot3controller.py +++ b/api/src/opentrons/hardware_control/backends/ot3controller.py @@ -1114,10 +1114,10 @@ async def increase_z_l_hold_current(self) -> AsyncIterator[None]: ) try: yield - finally: - await self.set_hold_current( - {Axis.Z_L: high_throughput_settings[Axis.Z_L].hold_current} - ) + # finally: + # await self.set_hold_current( + # {Axis.Z_L: high_throughput_settings[Axis.Z_L].hold_current} + # ) @staticmethod def _build_event_watcher() -> aionotify.Watcher: