소스 검색

Don't reset stepper timeout for all g-codes

Scott Lahteine 6 년 전
부모
커밋
e366d55bc2
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0
    2
      Marlin/src/gcode/gcode.cpp

+ 0
- 2
Marlin/src/gcode/gcode.cpp 파일 보기

@@ -695,8 +695,6 @@ void GcodeSuite::process_next_command() {
695 695
     #endif
696 696
   }
697 697
 
698
-  reset_stepper_timeout(); // Keep steppers powered
699
-
700 698
   // Parse the next command in the queue
701 699
   parser.parse(current_command);
702 700
   process_parsed_command();

Loading…
취소
저장