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(api): fix left mount being disengaged when moving to maintenance position #14341

Merged
merged 3 commits into from
Jan 25, 2024

Conversation

ahiuchingau
Copy link
Contributor

@ahiuchingau ahiuchingau commented Jan 23, 2024

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.

@ahiuchingau ahiuchingau requested a review from a team as a code owner January 23, 2024 22:51
@ahiuchingau ahiuchingau force-pushed the fix_home-z-l-if-disengaged-prior branch from 00a1be5 to e2b7eb8 Compare January 23, 2024 22:53
Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f194576) 68.05% compared to head (1ffcda6) 68.05%.
Report is 9 commits behind head on edge.

Additional details and impacted files

Impacted file tree graph

@@           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           
Flag Coverage Δ
g-code-testing 96.48% <ø> (ø)
notify-server 89.13% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
api/src/opentrons/hardware_control/ot3api.py 80.06% <ø> (ø)
...c/opentrons/hardware_control/protocols/__init__.py 100.00% <ø> (ø)

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.

Ok, looks good to me

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.

Yay much nicer

@ahiuchingau ahiuchingau force-pushed the fix_home-z-l-if-disengaged-prior branch from b06dde0 to 1ffcda6 Compare January 25, 2024 18:51
@ahiuchingau ahiuchingau merged commit 5214538 into edge Jan 25, 2024
23 checks passed
@ahiuchingau ahiuchingau deleted the fix_home-z-l-if-disengaged-prior branch January 25, 2024 19:14
ryanthecoder pushed a commit that referenced this pull request Jan 31, 2024
…position (#14341)

* RQA-2235 if z_L is disengaged before moving to maintenance pos, home z_l
ncdiehl11 pushed a commit that referenced this pull request Feb 1, 2024
…position (#14341)

* RQA-2235 if z_L is disengaged before moving to maintenance pos, home z_l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants