소스 검색

Remove previous_millis_cmd update from extruder runout prevention code

This seems to defeat the purpose of previous_millis_cmd, preventing the
time elapsed from previous_millis_cmd from ever reaching
max_inactive_time or stepper_inactive_time while the heat was on.
whosawhatsis 10 년 전
부모
커밋
b1f8f492c6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      Marlin/Marlin_main.cpp

+ 0
- 1
Marlin/Marlin_main.cpp 파일 보기

@@ -3304,7 +3304,6 @@ void manage_inactivity()
3304 3304
      current_position[E_AXIS]=oldepos;
3305 3305
      destination[E_AXIS]=oldedes;
3306 3306
      plan_set_e_position(oldepos);
3307
-     previous_millis_cmd=millis();
3308 3307
      st_synchronize();
3309 3308
      WRITE(E0_ENABLE_PIN,oldstatus);
3310 3309
     }

Loading…
취소
저장