added M503 to display eeprom storage, and renamed eeprom routings. This version is compatible with the qtmarlin eeprom-tab.

This commit is contained in:
Bernhard
2011-12-04 22:26:42 +01:00
parent 7714b98da7
commit cf50ba140f
3 changed files with 73 additions and 58 deletions

View File

@ -1402,7 +1402,7 @@ void MainMenu::showControl()
//enquecommand("M84");
beepshort();
BLOCK;
StoreSettings();
EEPROM_StoreSettings();
}
}break;
case ItemC_load:
@ -1416,7 +1416,7 @@ void MainMenu::showControl()
//enquecommand("M84");
beepshort();
BLOCK;
RetrieveSettings();
EEPROM_RetrieveSettings();
}
}break;
case ItemC_failsafe:
@ -1430,7 +1430,7 @@ void MainMenu::showControl()
//enquecommand("M84");
beepshort();
BLOCK;
RetrieveSettings(true);
EEPROM_RetrieveSettings(true);
}
}break;
default: