mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-04-28 05:00:03 +00:00
feat: update coin cell assembly, bioyond cell workstation, and resource configs
This commit is contained in:
@@ -104,8 +104,11 @@ class BioyondElectrolyteDeck(Deck):
|
||||
size_y: float = 1400.0,
|
||||
size_z: float = 2670.0,
|
||||
category: str = "deck",
|
||||
setup: bool = False,
|
||||
) -> None:
|
||||
super().__init__(name=name, size_x=4150.0, size_y=1400.0, size_z=2670.0)
|
||||
if setup:
|
||||
self.setup()
|
||||
|
||||
def setup(self) -> None:
|
||||
# 添加仓库
|
||||
|
||||
Reference in New Issue
Block a user