THERMAL_PROTECTION_GRACE_PERIOD is obsolete (#14798)

This commit is contained in:
Robby Candra
2019-08-06 08:33:15 +07:00
committed by Scott Lahteine
parent 534c105a7a
commit 5bc2fb022c
3 changed files with 8 additions and 33 deletions

View File

@@ -1137,6 +1137,8 @@ void loop() {
for (;;) {
idle(); // Do an idle first so boot is slightly faster
#if ENABLED(SDSUPPORT)
card.checkautostart();
@@ -1168,6 +1170,5 @@ void loop() {
if (queue.length < BUFSIZE) queue.get_available_commands();
queue.advance();
endstops.event_handler();
idle();
}
}