Small code spacing adjustments

This commit is contained in:
Scott Lahteine
2016-03-29 03:19:27 -07:00
parent 0385acea7a
commit 70d1d4de5f
2 changed files with 2 additions and 4 deletions

View File

@ -607,8 +607,7 @@ void CardReader::printingHasFinished() {
else {
file.close();
sdprinting = false;
if (SD_FINISHED_STEPPERRELEASE) {
//finishAndDisableSteppers();
if (SD_FINISHED_STEPPERRELEASE)
enqueue_and_echo_commands_P(PSTR(SD_FINISHED_RELEASECOMMAND));
autotempShutdown();
}