适配前吸空气部分

This commit is contained in:
q434343
2026-04-01 11:50:42 +08:00
parent ad66fc1841
commit 8164d990cc
2 changed files with 22 additions and 22 deletions

View File

@@ -1816,6 +1816,8 @@ class PRCXI9300Backend(LiquidHandlerBackend):
async def aspirate(self, ops: List[SingleChannelAspiration], use_channels: List[int] = None):
"""Aspirate liquid from the specified resources."""
if ops[0].blow_out_air_volume and ops[0].volume == 0:
return
if hasattr(use_channels, "tolist"):
_use_channels = use_channels.tolist()
else: