Fix load fw defaults gcode in special menu.

This commit is contained in:
Knutwurst
2023-06-02 22:23:53 +02:00
parent dedc00fb0d
commit 501ebfd159

View File

@@ -339,7 +339,7 @@
|| (strcasestr_P(currentTouchscreenSelection, PSTR(SM_LOAD_DEFAULTS_S)) != NULL) || (strcasestr_P(currentTouchscreenSelection, PSTR(SM_LOAD_DEFAULTS_S)) != NULL)
) { ) {
SERIAL_ECHOLNPGM("Special Menu: Load FW Defaults"); SERIAL_ECHOLNPGM("Special Menu: Load FW Defaults");
injectCommands(F("M501\nM420 S1")); injectCommands(F("M502"));
BUZZ(105, 1661); BUZZ(105, 1661);
BUZZ(210, 1108); BUZZ(210, 1108);
} }