From 9d89a4626ae12d1c6203656f6ce8e00be040c8c3 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Fri, 22 Nov 2024 13:41:30 -0500 Subject: [PATCH] fix(shared-data): update tip length mutable map This should be the tip _type_, because that's what the configs say. --- .../python/opentrons_shared_data/pipette/model_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-data/python/opentrons_shared_data/pipette/model_constants.py b/shared-data/python/opentrons_shared_data/pipette/model_constants.py index 7d34e0e5f6a..892c3f78044 100644 --- a/shared-data/python/opentrons_shared_data/pipette/model_constants.py +++ b/shared-data/python/opentrons_shared_data/pipette/model_constants.py @@ -95,7 +95,7 @@ "liquid_properties", "default", "supportedTips", - "##EACHTIP##", + "##EACHTIPTYPE##", "defaultTipLength", ], }