From 208540b307a38bfe27dc3f402d48d190e5ac1e39 Mon Sep 17 00:00:00 2001 From: Guangxin Zhang Date: Fri, 30 May 2025 17:08:19 +0800 Subject: [PATCH] Update biomek.py --- unilabos/devices/liquid_handling/biomek.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unilabos/devices/liquid_handling/biomek.py b/unilabos/devices/liquid_handling/biomek.py index 12cdf096..7692905e 100644 --- a/unilabos/devices/liquid_handling/biomek.py +++ b/unilabos/devices/liquid_handling/biomek.py @@ -175,7 +175,7 @@ class LiquidHandlerBiomek(LiquidHandlerAbstract): "SplitVolumeCleaning": False, "Stop": "Destinations", "TipLocation": "BC1025F", - "UseCurrentTips": False, + "UseCurrentTips": False, "UseDisposableTips": True, "UseFixedTips": False, "UseJIT": True, @@ -205,4 +205,4 @@ class LiquidHandlerBiomek(LiquidHandlerAbstract): self.temp_protocol["steps"].append(transfer_params) return - \ No newline at end of file + s \ No newline at end of file