-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): Remove experimental
with_staging_area_slot_d4
parameter (#…
…14133) * Delete unused stuff in _waste_chute_dimensions. * Delete unused with_staging_area_slot_d4 arg.
- Loading branch information
1 parent
281f88c
commit b84c5ec
Showing
3 changed files
with
2 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,11 @@ | ||
"""Constants for the dimensions of the Flex waste chute. | ||
TODO: These should be moved into shared-data and interpreted by Protocol Engine. | ||
TODO: Delete this when we resolve https://opentrons.atlassian.net/browse/RSS-418. | ||
""" | ||
|
||
|
||
from opentrons.types import Point | ||
|
||
|
||
SLOT_ORIGIN_TO_1_OR_8_TIP_A1 = Point(64, 21.91, 115) | ||
SLOT_ORIGIN_TO_96_TIP_A1 = Point(14.445, 42.085, 115) | ||
|
||
# TODO: This z-coord is misleading. We need to account for the labware height and the paddle height; | ||
# we can't define this as a single coordinate. | ||
SLOT_ORIGIN_TO_GRIPPER_JAW_CENTER = Point(64, 29, 136.5) | ||
|
||
# This is the same with or without the cover attached, since the cover is flush with the rim. | ||
ENVELOPE_HEIGHT = 125 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters