Skip to content

Commit

Permalink
Merge pull request #403 from micro-manager/fix-zeisscan-xystage-y-pro…
Browse files Browse the repository at this point in the history
…perty

ZeissCAN: Fix x-y typo in Y_um property
  • Loading branch information
marktsuchida authored Nov 10, 2023
2 parents 0f77e38 + 1d95987 commit b4b174c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeviceAdapters/ZeissCAN/mcu28.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ int XYStage::OnY(MM::PropertyBase* pProp, MM::ActionType eAct)
{
double yUm;
pProp->Get(yUm);
SetPositionUm(GetCachedYUm(), yUm);
SetPositionUm(GetCachedXUm(), yUm);
}

return DEVICE_OK;
Expand Down

0 comments on commit b4b174c

Please sign in to comment.