Commit 63725eca LN

1

1 个父辈 e62828c3
...@@ -1168,6 +1168,10 @@ namespace OnlineStore.DeviceLibrary ...@@ -1168,6 +1168,10 @@ namespace OnlineStore.DeviceLibrary
if (currPosition != -1) if (currPosition != -1)
{ {
targetP3 = currPosition + Config.Height_ChangeValue * 100; targetP3 = currPosition + Config.Height_ChangeValue * 100;
if (targetP3 > Config.BatchAxisP3)
{
targetP3 = Config.BatchAxisP3;
}
LogUtil.info(Name + " BatchAxisToP3 目标P3: " + targetP3 + "(" + currPosition + ")"); LogUtil.info(Name + " BatchAxisToP3 目标P3: " + targetP3 + "(" + currPosition + ")");
} }
} }
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!