Browse Source

Shorten error text in G29

Scott Lahteine 7 years ago
parent
commit
cdfabbc507
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

+ 1
- 2
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp View File

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

Loading…
Cancel
Save