Skip to content

Commit

Permalink
Merge pull request #493 from mclgreg/mcl
Browse files Browse the repository at this point in the history
MCL device adapter bug fix.
  • Loading branch information
marktsuchida authored Sep 20, 2024
2 parents 8f64d18 + e3c9952 commit 0d5608d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeviceAdapters/MCL_MicroDrive/MicroDriveZStage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ int MCL_MicroDrive_ZStage::OnPositionMm(MM::PropertyBase* pProp, MM::ActionType
err = GetPositionMm(z);
if(err != MCL_SUCCESS)
return err;
err = BeginMovementThread(STANDARD_MOVE_TYPE, z);
err = BeginMovementThread(STANDARD_MOVE_TYPE, pos);
if (err != DEVICE_OK)
return err;
}
Expand Down

0 comments on commit 0d5608d

Please sign in to comment.