Skip to content

Commit 8cdf1db

Browse files
authored
fix(shared-data): update flexStackerModuleV1 labwareOffset value (#18889)
Closes EXEC-1648
1 parent aab4be5 commit 8cdf1db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

api/tests/opentrons/protocol_engine/state/test_geometry_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ def test_get_all_obstacle_highest_z_with_modules(
965965
# Note: since no labware are loaded on the modules, the thermocycler
966966
# lid is considered open, so the thermocycler lid height is not included
967967
# in the thermocycler height
968-
assert isclose(subject.get_all_obstacle_highest_z(), 44.725)
968+
assert isclose(subject.get_all_obstacle_highest_z(), 35.0)
969969

970970

971971
@pytest.mark.parametrize("use_mocks", [False])

shared-data/module/definitions/3/flexStackerModuleV1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"moduleType": "flexStackerModuleType",
44
"model": "flexStackerModuleV1",
55
"labwareOffset": {
6-
"x": -0.125,
7-
"y": 1.125,
8-
"z": 68.275
6+
"x": 97,
7+
"y": 0,
8+
"z": 31
99
},
1010
"features": {},
1111
"dimensions": {
12-
"bareOverallHeight": 82,
12+
"bareOverallHeight": 35,
1313
"overLabwareHeight": 0,
1414
"xDimension": 156.25,
1515
"yDimension": 91.75,

0 commit comments

Comments
 (0)