From afe7d47449124a97431a99828fad58073e904950 Mon Sep 17 00:00:00 2001 From: Kelvin Ho Date: Tue, 15 Jul 2025 14:52:07 +0100 Subject: [PATCH] Update material_z_thickness in Cor_Axy_24_wellplate_10mL_Vb Added material_z_thickness=1.46 in Cor_Axy_24_wellplate_10mL_Vb definition. This was measured on the Hamilton STAR using teaching needles, measurements were taken in triplets. The actual thickness was 1.4566666666666777, but was rounded up to 1.46. --- pylabrobot/resources/corning/axygen/plates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pylabrobot/resources/corning/axygen/plates.py b/pylabrobot/resources/corning/axygen/plates.py index 4d98a2795aa..f4f1bd05304 100644 --- a/pylabrobot/resources/corning/axygen/plates.py +++ b/pylabrobot/resources/corning/axygen/plates.py @@ -41,6 +41,7 @@ def Cor_Axy_24_wellplate_10mL_Vb(name: str, with_lid: bool = False) -> Plate: size_x=17.0, size_y=17.0, size_z=42, + material_z_thickness=1.46, bottom_type=WellBottomType.V, compute_volume_from_height=_compute_volume_from_height_Cor_Axy_24_wellplate_10mL_Vb, cross_section_type=CrossSectionType.RECTANGLE,