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

bug: after update 4.2.1 gen2 pipettes arrive about 1.5 mm lower then before the update #7765

Closed
bmyury opened this issue May 3, 2021 · 9 comments
Labels
bug hmg hardware, motion, and geometry support Ticket requires support team follow-up support-investigate Our Support team needs to look into this so we can understand more about it.

Comments

@bmyury
Copy link

bmyury commented May 3, 2021

Hi,

We have noticed that after the update 4.2.1 – in OT-2s equipped with gen2 pipettes the tip arrives at the aspiration/dispension position (bottom of 96 well plate well) roughly 1.5-2mm lower then before the update. This makes the tip bend or break

We observe this only in robots equipped with gen2. In gen1 everything is fine. In all robots the same custom defined labware is used.

Please assist.

Thank you!

Yury

Overview

Steps to reproduce

Current behavior

Expected behavior

@bmyury bmyury added the bug label May 3, 2021
@SyntaxColoring SyntaxColoring changed the title after update 4.2.1 gen2 pipettes arrive about 1.5 mm lower then before the update bug: bug: after update 4.2.1 gen2 pipettes arrive about 1.5 mm lower then before the update May 5, 2021
@SyntaxColoring SyntaxColoring added support Ticket requires support team follow-up support-investigate Our Support team needs to look into this so we can understand more about it. labels May 5, 2021
@Gyliann
Copy link

Gyliann commented May 5, 2021

Hello bmyury,
Could you reach out to the support team at [email protected] so we can further investigate the issue that you are seeing. Thanks!

@bmyury
Copy link
Author

bmyury commented May 6, 2021

i will – otherwise it seems that default setting for well_bottom_clearance for gen2 is different then for gen1

@IS-SLab
Copy link

IS-SLab commented May 7, 2021

We are having the same problem with our OT-2 after the last update. What will be the solution? I do not want to downgrade the software version.

@Gyliann
Copy link

Gyliann commented May 7, 2021

Hello IS-SLab,
If you could also reach out to [email protected], that would be great!

@IS-SLab
Copy link

IS-SLab commented May 7, 2021

Downgrading to 4.2.0 worked well. OT support told us they are working on it.

@Matt-Zwimpfer Matt-Zwimpfer pinned this issue May 7, 2021
@Matt-Zwimpfer Matt-Zwimpfer unpinned this issue May 7, 2021
@Matt-Zwimpfer Matt-Zwimpfer added the hmg hardware, motion, and geometry label May 7, 2021
@sfoster1
Copy link
Member

sfoster1 commented May 7, 2021

Looks like this was an issue with improperly caching tip length calibration: #7778

It will be fixed in 4.3.1 which will be released early next week, 5/10 or 5/11

@Gyliann
Copy link

Gyliann commented May 7, 2021

The support team has also created an article for anyone who runs into this issue: https://support.opentrons.com/en/articles/5214816-pipettes-moving-to-incorrect-vertical-position-after-4-2-1-update

@bmyury
Copy link
Author

bmyury commented May 7, 2021

Thank you @Gyliann and the OT team for a rapid response !
I you don't want to donwgrade – we found that the following temporary fix circumvents the problem:

pipette_bottom_gap = 2 #or whichever distance you want to elevate the tip e.g. 1.5

if pipette_300_GEN == 'GEN2': 
     pipette_300.well_bottom_clearance.aspirate =  pipette_bottom_gap
     pipette_300.well_bottom_clearance.dispense =  pipette_bottom_gap 

@agostinofacotti
Copy link

Just verified that the bug is resolved in v4.3.1, great work!

Looks like this was an issue with improperly caching tip length calibration: #7778

It will be fixed in 4.3.1 which will be released early next week, 5/10 or 5/11

@mcous mcous closed this as completed May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug hmg hardware, motion, and geometry support Ticket requires support team follow-up support-investigate Our Support team needs to look into this so we can understand more about it.
Projects
None yet
Development

No branches or pull requests

8 participants