|
@@ -195,7 +195,7 @@ void Atm_AccelStepper::action( int id ) {
|
|
|
return;
|
|
|
case LP_HOMING_LOW:
|
|
|
stepper_update();
|
|
|
- push(connectors, ON_CHANGEPOSITION, 0, _currentStep, stepper->speed());
|
|
|
+ // push(connectors, ON_CHANGEPOSITION, 0, _currentStep, stepper->speed());
|
|
|
return;
|
|
|
case EXT_HOMING_LOW:
|
|
|
runMode = 0;
|
|
@@ -219,7 +219,7 @@ void Atm_AccelStepper::action( int id ) {
|
|
|
return;
|
|
|
case LP_HOMING_HIGH:
|
|
|
stepper_update();
|
|
|
- push(connectors, ON_CHANGEPOSITION, 0, _currentStep, stepper->speed());
|
|
|
+ // push(connectors, ON_CHANGEPOSITION, 0, _currentStep, stepper->speed());
|
|
|
return;
|
|
|
case EXT_HOMING_HIGH:
|
|
|
|