Bläddra i källkod

Shorten error text in ubl::G29

Scott Lahteine 7 år sedan
förälder
incheckning
aa7236e03c
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1
    2
      Marlin/ubl_G29.cpp

+ 1
- 2
Marlin/ubl_G29.cpp Visa fil

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

Laddar…
Avbryt
Spara