diff --git a/sequencerd/sequence.cpp b/sequencerd/sequence.cpp index fe18ade3..6fb78b6b 100644 --- a/sequencerd/sequence.cpp +++ b/sequencerd/sequence.cpp @@ -692,7 +692,7 @@ namespace Sequencer { { THR_CALIB_SET, std::bind(&Sequence::calib_set, this) }, // for CAL targets, slit comes from database, otherwise use VSM acquire position { THR_SLIT_SET, std::bind(&Sequence::slit_set, this, - this->target.iscal ? Sequencer::VSM_DATABASE : Sequencer::VSM_ACQUIRE) } + this->target.iscal ? Sequencer::VSM_EXPOSE : Sequencer::VSM_ACQUIRE) } }; }