Просмотр исходного кода

Don't reset stepper timeout for all g-codes

Scott Lahteine 7 лет назад
Родитель
Сommit
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();

Загрузка…
Отмена
Сохранить