We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f3a8b commit c21e2eeCopy full SHA for c21e2ee
api/src/opentrons/protocol_engine/state/geometry.py
@@ -589,7 +589,7 @@ def validate_probed_height(
589
)
590
591
def get_xy_offset_if_needed(self, labware_id: str, well_name: str) -> WellOffset:
592
- """Add an x,y offset to position the tip into the center of the well if needed."""
+ """Add an x,y offset to position the tip into the center of a sub-well if needed."""
593
well_def = self._labware.get_well_definition(labware_id, well_name)
594
well_geometry = self._labware.get_well_geometry(
595
labware_id=labware_id, well_name=well_name
0 commit comments