From 86ef057fa3bef3a0461588fe8f6c8636966787b5 Mon Sep 17 00:00:00 2001 From: Edward Cormany Date: Mon, 18 Dec 2023 13:43:07 -0500 Subject: [PATCH] end-of-protocol tip drop behavior --- api/docs/v2/versioning.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/api/docs/v2/versioning.rst b/api/docs/v2/versioning.rst index 0e0225ec06a..1c1fc187514 100644 --- a/api/docs/v2/versioning.rst +++ b/api/docs/v2/versioning.rst @@ -144,6 +144,7 @@ This version introduces new features for Flex and adds and improves methods for - Other changes - :py:obj:`.ProtocolContext.fixed_trash` and :py:obj:`.InstrumentContext.trash_container` now return :py:class:`.TrashBin` objects instead of :py:class:`.Labware` objects. + - Flex will no longer automatically drop tips in the trash at the end of a protocol. You can add a :py:meth:`.drop_tip()` command to your protocol or use the Opentrons App to drop the tips. - Known issues