Shorten error text in ubl::G29
This commit is contained in:
parent
574153a810
commit
aa7236e03c
1 changed files with 1 additions and 2 deletions
|
|
@ -311,8 +311,7 @@
|
||||||
void unified_bed_leveling::G29() {
|
void unified_bed_leveling::G29() {
|
||||||
|
|
||||||
if (!settings.calc_num_meshes()) {
|
if (!settings.calc_num_meshes()) {
|
||||||
SERIAL_PROTOCOLLNPGM("?You need to enable your EEPROM and initialize it");
|
SERIAL_PROTOCOLLNPGM("?Enable EEPROM and init with M502, M500.\n");
|
||||||
SERIAL_PROTOCOLLNPGM("with M502, M500, M501 in that order.\n");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue