Skip to content

Commit

Permalink
keep head_l hold_current high
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Aug 6, 2024
1 parent 3bcd4c9 commit c23af2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/src/opentrons/hardware_control/backends/ot3controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c23af2c

Please sign in to comment.