mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-04 21:35:09 +00:00
1104_byxinyu
This commit is contained in:
@@ -138,7 +138,7 @@ class CoinCellAssemblyWorkstation(WorkstationBase):
|
|||||||
|
|
||||||
# 如果没有传入 deck,则创建标准配置的 deck
|
# 如果没有传入 deck,则创建标准配置的 deck
|
||||||
if self.deck is None:
|
if self.deck is None:
|
||||||
self.deck = CoincellDeck(size_x=1000, size_y=1000, size_z=900, origin=Coordinate(-100, -100, 0),setup=True)
|
self.deck = CoincellDeck(size_x=1000, size_y=1000, size_z=900, origin=Coordinate(-800, 0, 0),setup=True)
|
||||||
else:
|
else:
|
||||||
# 如果传入了 deck 但还没有 setup,可以选择是否 setup
|
# 如果传入了 deck 但还没有 setup,可以选择是否 setup
|
||||||
if self.deck is not None and len(self.deck.children) == 0:
|
if self.deck is not None and len(self.deck.children) == 0:
|
||||||
|
|||||||
@@ -502,7 +502,7 @@ coincellassemblyworkstation_device:
|
|||||||
config_info: []
|
config_info: []
|
||||||
description: ''
|
description: ''
|
||||||
handles: []
|
handles: []
|
||||||
icon: ''
|
icon: coin_cell_assembly_picture.webp
|
||||||
init_param_schema:
|
init_param_schema:
|
||||||
config:
|
config:
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user