|
@@ -154,7 +154,7 @@ void Atm_AccelStepper::action( int id ) {
|
|
|
stepper_update();
|
|
|
if(last_trigger == EVT_ON_TARGET){push( connectors, ON_ONTARGET, 0, _currentStep, 0 );};
|
|
|
push(connectors, ON_CHANGESTATE, 0, state(), 0);
|
|
|
- push(connectors, ON_CHANGEPOSITION, 0, _currentStep, _currentSpeed);
|
|
|
+ push(connectors, ON_CHANGEPOSITION, 0, stepper->currentPosition(), _currentSpeed);
|
|
|
enabled = _enableReversed ? LOW : HIGH ;
|
|
|
//reset limit state so that they trigger again if we're stopped on it
|
|
|
limitLow_State = 0;
|