-
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): fix left mount being disengaged when moving to maintenance position #14341
Conversation
00a1be5
to
e2b7eb8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## edge #14341 +/- ##
=======================================
Coverage 68.05% 68.05%
=======================================
Files 2508 2508
Lines 71595 71595
Branches 9106 9106
=======================================
Hits 48722 48722
Misses 20757 20757
Partials 2116 2116
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.
Ok, looks good to me
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.
Yay much nicer
b06dde0
to
1ffcda6
Compare
Overview
We now disengage the left z axis if a 96-channel pipette is attached but idle. This means that during gripper calibration, the left Z axis will not have a valid motor position (disengaged at the home position). We won't be able to move nor access the position of the Z_L until we first home it. This shouldn't take long because it should already be at its home position.