From f81d20bb1d7647341dd33fdd91c5dc6a0c270fec Mon Sep 17 00:00:00 2001 From: ZiWei <131428629+ZiWei09@users.noreply.github.com> Date: Sun, 16 Nov 2025 15:47:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(warehouse):=20=E4=BF=AE=E6=AD=A3BioYond=204?= =?UTF-8?q?x4x1=E4=BB=93=E5=BA=93=E7=9A=84=E7=89=A9=E5=93=81=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unilabos/resources/bioyond/warehouses.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unilabos/resources/bioyond/warehouses.py b/unilabos/resources/bioyond/warehouses.py index 2ca68d97..31862512 100644 --- a/unilabos/resources/bioyond/warehouses.py +++ b/unilabos/resources/bioyond/warehouses.py @@ -18,9 +18,9 @@ def bioyond_warehouse_1x4x4(name: str) -> WareHouse: dx=10.0, dy=10.0, dz=10.0, - item_dx=137.0, - item_dy=96.0, - item_dz=120.0, + item_dx=147.0, + item_dy=106.0, + item_dz=130.0, category="warehouse", col_offset=0, # 从01开始: A01, A02, A03, A04 layout="row-major", # ⭐ 改为行优先排序