feat(battery): 更新电池工作站配置与物料布局

- 修改弹夹尺寸默认值,确保非空时使用实际值
- 调整new_cellconfig3c.json中设备位置和尺寸配置
- 更新CoinCellDeck的尺寸和原点坐标
-重新分配所有物料和弹夹的位置坐标
- 调整电解液缓存位和回收位坐标
- 更新物料板和tip box的布局位置
This commit is contained in:
calvincao
2025-11-10 21:40:02 +08:00
parent 44f830cf00
commit b97be6a5d4
3 changed files with 32 additions and 32 deletions

View File

@@ -1,3 +1,4 @@
{
"nodes": [
{
@@ -53,11 +54,6 @@
],
"type": "device",
"class":"coincellassemblyworkstation_device",
"position": {
"x": -600,
"y": -400,
"z": 0
},
"config": {
"deck": {
"data": {
@@ -66,6 +62,14 @@
}
},
"protocol_type": []
},
"position": {
"size": {"height": 1450, "width": 1450, "depth": 2100},
"position": {
"x": -1500,
"y": 0,
"z": 0
}
}
},
{
@@ -75,11 +79,6 @@
"parent": "BatteryStation",
"type": "deck",
"class": "CoincellDeck",
"position": {
"x": 0,
"y": 0,
"z": 0
},
"config": {
"type": "CoincellDeck",
"setup": true,
@@ -94,4 +93,6 @@
}
],
"links": []
}
}