Browse Source

Shorten error text in G29

pull/1/head
Scott Lahteine 7 years ago
parent
commit
cdfabbc507
  1. 3
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

3
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

@ -310,8 +310,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…
Cancel
Save