Merge upstream changes from Marlin 2.1.2.2

This commit is contained in:
Stefan Kalscheuer
2024-02-13 20:32:22 +01:00
parent e466309bfb
commit 752476dc8f
1367 changed files with 41601 additions and 31124 deletions

View File

@@ -199,7 +199,7 @@ void GcodeSuite::D(const int16_t dcode) {
SERIAL_ECHOLNPGM("FAILURE: Watchdog did not trigger board reset.");
} break;
#if ENABLED(SDSUPPORT)
#if HAS_MEDIA
case 101: { // D101 Test SD Write
card.openFileWrite("test.gco");
@@ -250,7 +250,7 @@ void GcodeSuite::D(const int16_t dcode) {
card.closefile();
} break;
#endif // SDSUPPORT
#endif // HAS_MEDIA
#if ENABLED(POSTMORTEM_DEBUGGING)