Commit 38509c5c 张东亮

1

1 个父辈 587ca453
...@@ -552,12 +552,12 @@ namespace OnlineStore.DeviceLibrary ...@@ -552,12 +552,12 @@ namespace OnlineStore.DeviceLibrary
{ {
isLast = true; isLast = true;
} }
float height = (float)Math.Ceiling(1F * Math.Abs(EndMovePosition - StartMovePosition) / AxisChangeValue); float height = (float)(1F * Math.Abs(EndMovePosition - StartMovePosition) / AxisChangeValue);//Math.Ceiling
string buchongStr = ""; string buchongStr = "";
if (isLast) if (isLast)
{ {
buchongStr = "(最后一盘料)"; buchongStr = "(最后一盘料)";
height += 0; height += 4;
} }
//如果检测出<=15,都按照8计算 //如果检测出<=15,都按照8计算
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!