修改moving backzero moveto

This commit is contained in:
2022-02-14 11:27:11 +08:00
parent 9c4a54f935
commit a21a74c125
2 changed files with 2 additions and 2 deletions

View File

@ -326,7 +326,7 @@ bool CVSMD12XControl::MoveTo(int iAbsPulse)
{ {
return false; return false;
} }
return IsMotionFinished();
bool bFlagIsStopped = false; bool bFlagIsStopped = false;
while (!bFlagIsStopped) while (!bFlagIsStopped)
{ {

View File

@ -325,7 +325,7 @@ bool CVSMD12XControl::MoveTo(int iAbsPulse)
{ {
return false; return false;
} }
return IsMotionFinished();
bool bFlagIsStopped = false; bool bFlagIsStopped = false;
while (!bFlagIsStopped) while (!bFlagIsStopped)
{ {