-
Notifications
You must be signed in to change notification settings - Fork 178
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): adding support for v6 commands in run log #11254
Conversation
Codecov Report
@@ Coverage Diff @@
## edge #11254 +/- ##
=======================================
Coverage 73.84% 73.84%
=======================================
Files 2090 2090
Lines 57836 57929 +93
Branches 5867 5889 +22
=======================================
+ Hits 42708 42779 +71
- Misses 13843 13862 +19
- Partials 1285 1288 +3
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.
lgtm!!
"move_to_well": "Moving to {{well_name}} of {{labware}} in {{labware_location}}", | ||
"move_relative": "Moving {{distance}} mm along {{axis}} axis", | ||
"move_to_coordinates": "Moving to (X: {{x}}, Y: {{y}}, Z: {{z}})", | ||
"home_gantry": "Homing the following axes: Gantry X, Gantry Y, Left Pipette Mount Z, Right Pipette Mount Z, Left Pipette Plunger, Right Pipette Plunger", |
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.
This is pretty verbose. If it's homing everything, could say something like Homing all gantry, pipette, and plunger axes.
Also, right pipette is axis A
, left plunger is B
, right plunger is C
.
Fine to ship for now though!
Overview
This PR adds support for all previously unsupported v6 commands in the Run Log
Changelog
Add the following commands:
Review requests
Look over new strings for clarity, test it out!
Risk assessment
Low