From 0bdcd19f9257593ed0d032805ce88241072cd7f7 Mon Sep 17 00:00:00 2001 From: Ryan Howard Date: Fri, 7 Nov 2025 11:49:14 -0500 Subject: [PATCH] remove restriction of meniscus at start. --- api/src/opentrons/protocol_api/core/engine/instrument.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/src/opentrons/protocol_api/core/engine/instrument.py b/api/src/opentrons/protocol_api/core/engine/instrument.py index f89ce541a09..9ffaeacf667 100644 --- a/api/src/opentrons/protocol_api/core/engine/instrument.py +++ b/api/src/opentrons/protocol_api/core/engine/instrument.py @@ -218,8 +218,6 @@ def aspirate( in_place: whether this is a in-place command. meniscus_tracking: Optional data about where to aspirate from. """ - if meniscus_tracking == MeniscusTrackingTarget.START and end_location is None: - raise ValueError("Cannot aspirate at the starting liquid height.") final_location = location if well_core is None: if not in_place: