From a21a74c125405c9b52cc709dad8f69f322399721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=AB=8B=E6=96=B0?= Date: Mon, 14 Feb 2022 11:27:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9moving=20backzero=20moveto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- othersoft/movingliner/source/LinearShutter/VSMD12XControl.cpp | 2 +- othersoft/shuttercali/source/LinearShutter/VSMD12XControl.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {