|
@@ -37,6 +37,7 @@
|
37
|
37
|
#include "../module/printcounter.h"
|
38
|
38
|
#include "../gcode/queue.h"
|
39
|
39
|
#include "../module/configuration_store.h"
|
|
40
|
+#include "../module/stepper/indirection.h"
|
40
|
41
|
|
41
|
42
|
#if ENABLED(EMERGENCY_PARSER)
|
42
|
43
|
#include "../feature/e_parser.h"
|
|
@@ -402,7 +403,7 @@ void CardReader::manage_media() {
|
402
|
403
|
if (stat) { // Media Inserted
|
403
|
404
|
safe_delay(500); // Some boards need a delay to get settled
|
404
|
405
|
mount(); // Try to mount the media
|
405
|
|
- #if MB(FYSETC_CHEETAH, FYSETC_AIO_II)
|
|
406
|
+ #if MB(FYSETC_CHEETAH, FYSETC_CHEETAH_V12, FYSETC_AIO_II)
|
406
|
407
|
reset_stepper_drivers(); // Workaround for Cheetah bug
|
407
|
408
|
#endif
|
408
|
409
|
if (!isMounted()) stat = 0; // Not mounted?
|