-
Notifications
You must be signed in to change notification settings - Fork 179
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(api): dont move gen1s all the way up #16316
Conversation
Gen1 pipettes need more z margin than usual when moving around at maximum z for some reason. Closes RQA-3229
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## edge #16316 +/- ##
===========================================
+ Coverage 73.62% 92.43% +18.80%
===========================================
Files 41 77 +36
Lines 2992 1283 -1709
===========================================
- Hits 2203 1186 -1017
+ Misses 789 97 -692
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Odd. Do we know why this is only a problem for moveToAddressableArea
? That can't be the only place we're traveling at max height, can it?
Is this also going to reduce the effective maximum labware height by 5 mm? Is there a chance that this will break existing protocols?
Looks good to merge as a quick fix if testing says it works and you're comfortable with the caveats above.
I think it is - everywhere else we rely on the baseline arc style move that will hold whatever z it's at or some margin over the tallest loaded labware, whichever is higher. I think that the z position for a gen1 after home has a larger backoff distance than 1mm.
It won't, because as far as I can tell the only place that this kind of motion is used is when you create a
Testing does say it works and as far as I can see the caveats don't apply. The change will only affect |
Gen1 pipettes need more z margin than usual when moving around at maximum z for some reason.
testing
Closes RQA-3229