diff --git a/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp b/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp index 3ec86748..33350a95 100755 --- a/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp @@ -339,7 +339,7 @@ || (strcasestr_P(currentTouchscreenSelection, PSTR(SM_LOAD_DEFAULTS_S)) != NULL) ) { SERIAL_ECHOLNPGM("Special Menu: Load FW Defaults"); - injectCommands(F("M501\nM420 S1")); + injectCommands(F("M502")); BUZZ(105, 1661); BUZZ(210, 1108); }