-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete unused stuff in _waste_chute_dimensions.
1 parent
463af32
commit e4b60fb
Showing
1 changed file
with
1 addition
and
8 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
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 |