浏览代码

removed position updating in homing loop

titi 5 年之前
父节点
当前提交
b779e5025a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Atm_AccelStepper.cpp

+ 2 - 2
Atm_AccelStepper.cpp

@@ -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: