should not be needed, only way to get out of limit state is beeing in it and getting a limit event with state 0
@@ -124,8 +124,8 @@ void Atm_AccelStepper::action( int id ) {
push(connectors, ON_CHANGESTATE, 0, state(), 0);
_isHoming = 0;
//reset limit state so that they trigger again if we're stopped on it
- limitLow_State = 0;
- limitHigh_State = 0;
+ // limitLow_State = 0;
+ // limitHigh_State = 0;
Serial.print("target ");
Serial.println(_targetStep);
stepper->moveTo(_targetStep);