Browse Source

timer reset after processing current command

PavelSindler 7 years ago
parent
commit
71b313cf26
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Firmware/Marlin_main.cpp

+ 1 - 0
Firmware/Marlin_main.cpp

@@ -1418,6 +1418,7 @@ void loop()
       if (! cmdbuffer_front_already_processed)
           cmdqueue_pop_front();
       cmdbuffer_front_already_processed = false;
+	  host_keepalive();
   }
 }
   //check heater every n milliseconds