瀏覽代碼

Don't reset stepper timeout for all g-codes

Scott Lahteine 7 年之前
父節點
當前提交
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…
取消
儲存