Shorten error text in G29

This commit is contained in:
Scott Lahteine 2017-12-06 21:44:48 -06:00
parent c846388a65
commit cdfabbc507

View file

@ -310,8 +310,7 @@
void unified_bed_leveling::G29() {
if (!settings.calc_num_meshes()) {
SERIAL_PROTOCOLLNPGM("?You need to enable your EEPROM and initialize it");
SERIAL_PROTOCOLLNPGM("with M502, M500, M501 in that order.\n");
SERIAL_PROTOCOLLNPGM("?Enable EEPROM and init with M502, M500.\n");
return;
}