Designed by Camillo Moschner
Designed for transfer from manual Eppendorf tube format to well plate formats.
The tube rack height has been optimised to allow the bottom of an Eppendorf tube to touch the base of a Hamilton plate carrier, facilitating capacitive liquid level detection.
Part no. TTx_OpS_001
- Type. Tube Rack
- Positions. 24
- Stackable. Yes
- Automation compatible. Yes (SLAS format)
- Moved by liquid handler. Yes
- Approximate material cost. £1.54
- Approximate print time. 6 h
Download stl & 3mf files
View Programmatic Definition
For use with PyLabRobot
#: TTxEppiTubeRack_24_safelock (DIY (3D-printed) tube rack holding 24x 1.5mL Eppendorf tubes) def TTxEppiTubeRack_24_safelock(name: str, with_lid: bool = False) -> Plate: return Plate( name=name, size_x=127.0, size_y=86.0, size_z=41.9, with_lid=with_lid, model="TTxEppiTubeRack_24_safelock", lid_height=0, items=create_equally_spaced(Well, num_items_x=6, num_items_y=4, dx=15, dy=13.6, dz=3, item_dx=19.5, item_dy=19.5, size_x=9, size_y=9, size_z=38, bottom_type=WellBottomType.U, ), )