TMC serial multiplexer, FYSETC AIO-II (#18080)

This commit is contained in:
George Fu
2020-05-26 04:48:33 +08:00
committed by GitHub
parent 8c0c8e4046
commit fe7452c5cb
5 changed files with 36 additions and 42 deletions

View File

@ -393,7 +393,7 @@ void CardReader::manage_media() {
if (stat) { // Media Inserted
safe_delay(500); // Some boards need a delay to get settled
mount(); // Try to mount the media
#if MB(FYSETC_CHEETAH)
#if MB(FYSETC_CHEETAH, FYSETC_AIO_II)
reset_stepper_drivers(); // Workaround for Cheetah bug
#endif
if (!isMounted()) stat = 0; // Not mounted?