added a partial release option to "m84" aka "stepper release". If you do tiny layers, you might want to keep the z-axis powered to not loose height positioning after homeing.

This commit is contained in:
Bernhard
2011-12-09 12:51:08 +01:00
parent cc4a9cdb69
commit 5b4625f79c
3 changed files with 16 additions and 11 deletions

View File

@@ -436,7 +436,7 @@ void CardReader::printingHasFinished()
if(SD_FINISHED_STEPPERRELEASE)
{
//finishAndDisableSteppers();
enquecommand("M84");
enquecommand(SD_FINISHED_RELEASECOMMAND);
}
autotempShutdown();
}