make an option if sd-card stop should release the steppers.

This commit is contained in:
Bernhard
2011-11-26 11:51:38 +01:00
parent 4d6a5c29df
commit 6d6f323535
4 changed files with 15 additions and 2 deletions

View File

@ -1471,7 +1471,7 @@ void MainMenu::showMainMenu()
#endif
if((activeline==line)&&CLICKED)
{
card.sdprinting = false;
card.printingHasFinished();
BLOCK;
status=Main_SD;
beepshort();