ultralcd can now also stop the wait loop for the hot-end m109 heating when stopping sd prints.
This commit is contained in:
@@ -434,6 +434,7 @@ void CardReader::printingHasFinished()
|
||||
{
|
||||
quickStop();
|
||||
sdprinting = false;
|
||||
stop_heating_wait=true;
|
||||
if(SD_FINISHED_STEPPERRELEASE)
|
||||
{
|
||||
//finishAndDisableSteppers();
|
||||
|
||||
Reference in New Issue
Block a user