Remove M999 remnants

This was already removed in fc10ca3146
but got reinstated by mistake in the mmu2 merge.

Also remove another incorrect Stopped usage.
This commit is contained in:
Yuri D'Elia 2022-12-12 15:52:24 +01:00 committed by 3d-gussner
parent c7812063d9
commit d2019b70f2

View File

@ -273,7 +273,6 @@ void CardReader::startFileprint()
if(cardOK)
{
sdprinting = true;
Stopped = false;
#ifdef SDCARD_SORT_ALPHA
//flush_presort();
#endif