You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/docs/v2/basic_commands/liquids.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ This example measures the liquid height in well A2 of a plate and then immediate
75
75
76
76
To ensure the pipette stays submerged while aspirating, set ``target="end"`` for the aspirate or use multiple location parameters. For more, see :ref:`well-meniscus`.
77
77
78
-
!!! note::
78
+
..note::
79
79
``measure_liquid_height()`` works best with a new pipette tip each time. To save time and tips throughout your protocol, use ``Labware.load_liquid`` instead to specify starting liquid volumes.
80
80
81
81
Use the ``location`` and ``end_location`` parameters in combination to direct the pipette to move to specific locations while aspirating::
@@ -192,7 +192,7 @@ This example measures the liquid height in well B1 of a plate and then immediate
192
192
193
193
To ensure the pipette begins the dispense at the liquid meniscus, set ``target="start"``. See :ref:`well-meniscus` for more details on pipetting relative to the liquid meniscus.
194
194
195
-
!!! note::
195
+
..note::
196
196
``measure_liquid_height()`` works best with a new pipette tip each time. To save time and tips throughout your protocol, use ``Labware.load_liquid`` instead to specify starting liquid volumes.
Copy file name to clipboardExpand all lines: api/docs/v2/versioning.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ Version 2.25
170
170
-------------
171
171
172
172
- Adds :py:class:`.FlexStackerContext` to support the :ref:`Flex Stacker Module <stacker>`. Use the load name ``flexStackerModuleV1`` with :py:meth:`.ProtocolContext.load_module` to add a Flex Stacker and automate labware storage in a protocol.
173
-
- Use the load name ``flex_96channel_200`` with :py:meth:`.load_instrument` to add the Opentrons Flex 96-Channel Pipette (1–200 μL) to a protocol. Note that this pipette does not work with liquid class commands in this API version.
173
+
- Use the load name ``flex_96channel_200`` with :py:meth:`.load_instrument` to add the Opentrons Flex 96-Channel Pipette (1–200 µL) to a protocol. Note that this pipette does not work with liquid class commands in this API version.
Copy file name to clipboardExpand all lines: api/release-notes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Use Opentrons Tough Universal Lids on compatible well plates and reservoirs.
31
31
32
32
### Improvements
33
33
34
-
Transfer aqueous, viscous, or volatile liquids with the Opentrons Flex 96-Channel Pipette (1–200 μL) to apply optimized, liquid class transfer behavior to volumes as low as 1 µL.
34
+
Transfer aqueous, viscous, or volatile liquids with the Opentrons Flex 96-Channel Pipette (1–200 µL) to apply optimized, liquid class transfer behavior to volumes as low as 1 µL.
35
35
36
36
### Bug Fixes
37
37
@@ -45,12 +45,12 @@ Welcome to the v8.6.0 release of the Opentrons robot software! This release adds
45
45
### New Features
46
46
47
47
- Automate labware storage with the Flex Stacker Module. Use new commands like `retrieve()` and `store()` to move well plates, reservoirs, or Flex tip racks to and from the Stacker during a protocol.
48
-
- This release adds support for the Opentrons Flex 96-Channel Pipette (1–200 μL) to transfer as little as 1 µL in a protocol.
48
+
- This release adds support for the Opentrons Flex 96-Channel Pipette (1–200 µL) to transfer as little as 1 µL in a protocol.
49
49
- Control individual robot motors, like the gantry, extension mount, or gripper, with new commands.
50
50
51
51
### Known Limitations
52
52
53
-
- The Opentrons Flex 96-Channel Pipette (1–200 μL) does not yet support liquid classes. Use legacy liquid-handling commands from the Python Protocol API.
53
+
- The Opentrons Flex 96-Channel Pipette (1–200 µL) does not yet support liquid classes. Use legacy liquid-handling commands from the Python Protocol API.
54
54
- The Flex Gripper can't currently sense if it has failed to pick up a labware lid.
55
55
- Certain partial tip pickup actions adjacent to a Flex Stacker raise an error, even though no collision would occur.
56
56
- Certain robot motor control commands don't appear properly in the run log. The commands are still functional.
Copy file name to clipboardExpand all lines: app-shell/build/release-notes.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,11 @@ Welcome to the v8.8.0 release of the Opentrons App! This release includes concur
24
24
- An attached pipette no longer descends to attach a calibration probe for Labware Position Check, creating more clearance on the deck.
25
25
- Changed runtime parameters no longer revert to their default values.
26
26
27
+
### Known Issues
28
+
29
+
- Error recovery in the app or on the Flex touchscreen can't successfully resolve overpressure errors that occur while pipetting relative to the liquid meniscus. We recommend canceling the protocol when these errors occur.
30
+
- Images captured in a protocol are not available during the run via USB. Use a different connection type (Wi-Fi or Ethernet), view the images on the touchscreen, or download the images after the run is complete.
0 commit comments