-
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
feat(app): use metal probe for LPC on Opentrons Flex #13706
Conversation
In order to support the 96 channel pipette in Labware Position Check, in addition to increasing the accuracy of labware offsets, performing Labware Position Check on an Opentrons Flex will walk the user through attaching the calibration probe to the back left most nozzle and in order to use it as a visual indicator within each position check. Note: the OT2 will still "pick up a tip" to use as a visual indicator when performing LPC. Closes RAUT-711
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## edge #13706 +/- ##
==========================================
+ Coverage 70.90% 70.94% +0.04%
==========================================
Files 1604 2451 +847
Lines 53275 68850 +15575
Branches 3634 8205 +4571
==========================================
+ Hits 37773 48846 +11073
- Misses 14916 18071 +3155
- Partials 586 1933 +1347
Flags with carried forward coverage won't be shown. Click here to find out more.
|
<MenuItem | ||
onClick={handleClickSendToOT3} | ||
data-testid="ProtocolOverflowMenu_sendToOT3" | ||
> | ||
{t('protocol_list:send_to_robot_overflow', { | ||
robot_display_name: FLEX_DISPLAY_NAME, | ||
})} | ||
</MenuItem> |
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.
shouldn't this menu item be visible only for a flex protocol?
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.
Just in case there is a problem with app side analysis (which would prevent us from parsing a robotType), we're allowing all protocols to be sent to the Flex (the slideout will only list available Flexes)
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.
code lgtm, gonna test on a bot soon
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.
🛡️
Overview
In order to support the 96 channel pipette in Labware Position Check, in addition to increasing the
accuracy of labware offsets, performing Labware Position Check on an Opentrons Flex will walk the
user through attaching the calibration probe to the back left most nozzle and in order to use it as
a visual indicator within each position check. Note: the OT2 will still "pick up a tip" to use as a
visual indicator when performing LPC.
Closes RAUT-711
Review requests
Risk assessment
medium