diff --git a/src/turboPmacAxis.cpp b/src/turboPmacAxis.cpp index d855c12..4e9294b 100644 --- a/src/turboPmacAxis.cpp +++ b/src/turboPmacAxis.cpp @@ -863,7 +863,6 @@ asynStatus turboPmacAxis::stop(double acceleration) { done, this thread (which also runs move commands) is paused for twice the idle poll period. */ - pC_->forcedFastPolls(); unsigned int idlePollMicros = (unsigned int)ceil(pC_->idlePollPeriod() * 1e6); usleep(2 * idlePollMicros);