We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83baf8 commit 9e7e382Copy full SHA for 9e7e382
pylabrobot/resources/hamilton/troughs.py
@@ -75,6 +75,11 @@ def hamilton_1_trough_60ml_Vb(name: str) -> Trough:
75
True maximal volume capacity ~80 mL.
76
Compatible with Trough_CAR_?? (194057 <- not yet integrated into PLR!).
77
"""
78
+ warnings.warn(
79
+ "hamilton_1_trough_60ml_Vb has a center support that can interfere with pipetting.\
80
+ If using an odd number of channels, use spread='custom' and define offsets for each channel to avoid collision."
81
+ )
82
+
83
return Trough(
84
name=name,
85
size_x=19.0,
0 commit comments