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): change slots used to calibrate belts #12771

Merged
merged 1 commit into from
May 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/src/opentrons/hardware_control/ot3_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ async def _determine_transform_matrix(
-------
A listed matrix of the linear transform in the x and y dimensions that accounts for the stretch of the gantry x and y belts.
"""
slot_a, slot_b, slot_c = 12, 3, 10
slot_a, slot_b, slot_c = 1, 10, 3
point_a, nominal_point_a = await find_slot_center_binary_from_nominal_center(
hcapi, mount, slot_a
)
Expand Down
Loading