diff --git a/othersoft/movingliner/source/LinearShutter/VSMD12XControl.cpp b/othersoft/movingliner/source/LinearShutter/VSMD12XControl.cpp index 3c976f7..cd2d38c 100644 --- a/othersoft/movingliner/source/LinearShutter/VSMD12XControl.cpp +++ b/othersoft/movingliner/source/LinearShutter/VSMD12XControl.cpp @@ -326,7 +326,7 @@ bool CVSMD12XControl::MoveTo(int iAbsPulse) { return false; } - + return IsMotionFinished(); bool bFlagIsStopped = false; while (!bFlagIsStopped) { diff --git a/othersoft/shuttercali/source/LinearShutter/VSMD12XControl.cpp b/othersoft/shuttercali/source/LinearShutter/VSMD12XControl.cpp index c4e8e65..0ef99d5 100644 --- a/othersoft/shuttercali/source/LinearShutter/VSMD12XControl.cpp +++ b/othersoft/shuttercali/source/LinearShutter/VSMD12XControl.cpp @@ -325,7 +325,7 @@ bool CVSMD12XControl::MoveTo(int iAbsPulse) { return false; } - + return IsMotionFinished(); bool bFlagIsStopped = false; while (!bFlagIsStopped) {