From efb4f424b2a00d0d7d6a24cc5f9153aac9548aae Mon Sep 17 00:00:00 2001 From: Max Marrone Date: Fri, 22 Nov 2024 15:18:58 -0500 Subject: [PATCH] Seth's fix. --- .../python/opentrons_shared_data/pipette/model_constants.py | 5 ++++- 1 file changed, 4 insertions(+), 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..8045b3941d3 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,10 @@ "liquid_properties", "default", "supportedTips", - "##EACHTIP##", + # FIX BEFORE MERGE: I do not understand this. Is this right? What is the + # intended difference between ##EACHTIP## and ##EACHTIPTYPE##? Why was + # ##EACHTIP## raising in the first place? + "##EACHTIPTYPE##", "defaultTipLength", ], }