|
@@ -334,7 +334,7 @@ void Atm_AccelStepper::action( int id ) {
|
|
|
// if(_limitLow_Hard && (_targetStep < _currentStep)) {
|
|
|
if(_limitLow_Hard && (stepper->speed()<0.)) {
|
|
|
// Serial.println("youpi");
|
|
|
- _currentStep = stepper->currentPosition();
|
|
|
+ // _currentStep = stepper->currentPosition();
|
|
|
stepper->moveTo(_currentStep);
|
|
|
_targetStep = _currentStep;
|
|
|
stepper->setSpeed(0);
|
|
@@ -354,7 +354,7 @@ void Atm_AccelStepper::action( int id ) {
|
|
|
|
|
|
if(_limitHigh_Hard && (_currentSpeed>0.)) {
|
|
|
// Serial.println("youpi");
|
|
|
- _currentStep = stepper->currentPosition();
|
|
|
+ // _currentStep = stepper->currentPosition();
|
|
|
stepper->moveTo(_currentStep);
|
|
|
_targetStep = _currentStep;
|
|
|
stepper->setSpeed(0);
|