LCD SD Card items near top when not using wheel (#12926)

This commit is contained in:
InsanityAutomation
2019-01-21 00:24:53 -05:00
committed by Scott Lahteine
parent e1f951813a
commit 75f2665f2e
5 changed files with 57 additions and 13 deletions

View File

@ -103,11 +103,11 @@ void GcodeSuite::M24() {
print_job_timer.start();
}
ui.reset_status();
#ifdef ACTION_ON_RESUME
SERIAL_ECHOLNPGM("//action:" ACTION_ON_RESUME);
#endif
ui.reset_status();
}
/**