Fix OT2 & ReAdd Virtual Devices

This commit is contained in:
Xuwznln
2026-01-28 01:05:32 +08:00
parent f7d2cb4b9e
commit 7eacae6442
3 changed files with 5796 additions and 1 deletions

View File

@@ -41,7 +41,6 @@ requirements:
- networkx - networkx
- typing_extensions - typing_extensions
- websockets - websockets
- opentrons_shared_data
- pint - pint
- fastapi - fastapi
- jinja2 - jinja2

File diff suppressed because it is too large Load Diff

View File

@@ -597,6 +597,8 @@ def resource_plr_to_ulab(resource_plr: "ResourcePLR", parent_name: str = None, w
"tube": "tube", "tube": "tube",
"bottle_carrier": "bottle_carrier", "bottle_carrier": "bottle_carrier",
"plate_adapter": "plate_adapter", "plate_adapter": "plate_adapter",
"electrode_sheet": "electrode_sheet",
"material_hole": "material_hole",
} }
if source in replace_info: if source in replace_info:
return replace_info[source] return replace_info[source]