Commit 4d68f985 LN

bug修改

1 个父辈 1458b22a
...@@ -208,7 +208,7 @@ namespace HuichuanLibrary ...@@ -208,7 +208,7 @@ namespace HuichuanLibrary
{ {
double currP = GetAxisCurrPos(axisNo); double currP = GetAxisCurrPos(axisNo);
double chazhi = Math.Abs(currP - targetPos); double chazhi = Math.Abs(Math.Abs(currP) - Math.Abs(targetPos));
if (chazhi < maxError) if (chazhi < maxError)
{ {
return true; return true;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!