Skip to content

Conversation

@rclarke0
Copy link
Contributor

Overview

Copy error on OT2 pipette leveling flow

Test Plan and Hands on Testing

Changelog

  • changed calibration block statement to accurately reflect orientation

Risk assessment

low

Closes EXEC-1687

@rclarke0 rclarke0 requested a review from mjhuff November 18, 2025 18:28
Copy link
Contributor

@mjhuff mjhuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for talking through this one with me. I think the orientation needs to be a conditional based on the mount.

slot: mount === 'left' ? '3' : '1',
side: pipetteModelName === 'p20_mutli_gen2' ? 'short' : 'tall',
direction: mount,
direction: 'right',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
direction: 'right',
direction: mount === 'left' ? 'right' : 'left' ,

@rclarke0 rclarke0 requested a review from mjhuff November 19, 2025 16:09
Copy link
Contributor

@mjhuff mjhuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@rclarke0 rclarke0 merged commit 3d0503d into edge Nov 19, 2025
36 checks passed
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.

3 participants