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
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!
i will – otherwise it seems that default setting for well_bottom_clearance for gen2 is different then for gen1
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.
Hello IS-SLab,
If you could also reach out to [email protected], that would be great!
Downgrading to 4.2.0 worked well. OT support told us they are working on it.
Looks like this was an issue with improperly caching tip length calibration: https://github.com/Opentrons/opentrons/pull/7778
It will be fixed in 4.3.1 which will be released early next week, 5/10 or 5/11
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
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
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
Most helpful comment
Just verified that the bug is resolved in v4.3.1, great work!