Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(shared-data): Change defaultReturnTipHeight values for 96 channel pipettes #17498

Open
wants to merge 3 commits into
base: chore_release-8.3.0
Choose a base branch
from

Conversation

caila-marashaj
Copy link
Contributor

@caila-marashaj caila-marashaj commented Feb 11, 2025

Overview

This closes https://opentrons.atlassian.net/browse/RABR-730.

In shared-data, there's a defaultReturnTipHeight value for every pipette/tip combination that represents what fraction of the tip should be submerged into the tiprack before dropping tips. Previously, this was somewhere between 0.6-0.8 for everything except 96 channel pipettes, which were 0.2.

It's possible that this incongruity was an effort to overcome some wonky additional z offset calculation, and this behavior started surfacing recently because of (good) labware offset changes. In any case, we need tips to be somewhere between 60-80% inside the tiprack before dropping them, so let's update that.

I chose 0.71 for t1000's because the height for other pipettes' t1000 entries, 0.82, was too large and caused the pipette to hit the tiprack adapter pegs, so I went with what seems like the standard for the smaller tips in the single and 8 channels' supportedTips.
0.6 is known to work on the 96 channel for t20 tips, so I applied to t50 and t200 as well. All of these are tested and look ok on the robot, but let me know if there are other values we should use instead.

Review Requests

Which version files should we change?

@caila-marashaj caila-marashaj requested a review from a team as a code owner February 11, 2025 21:17
@caila-marashaj caila-marashaj changed the title change defaultReturnTipHeight for 96 channel fix(shared-data): Change defaultReturnTipHeight values for 96 channel pipettes Feb 11, 2025
Copy link
Member

@sfoster1 sfoster1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, didn't see the new PR. Looks good once tests pass.

Change all the version files IMO.

@sfoster1 sfoster1 added the gen-analyses-snapshot-pr Generate a healing PR if the analyses snapshot test fails label Feb 11, 2025
Copy link
Contributor

A PR has been opened to address analyses snapshot changes. Please review the changes here: #17500

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gen-analyses-snapshot-pr Generate a healing PR if the analyses snapshot test fails
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants