瀏覽代碼

Shorten error text in ubl::G29

Scott Lahteine 7 年之前
父節點
當前提交
aa7236e03c
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      Marlin/ubl_G29.cpp

+ 1
- 2
Marlin/ubl_G29.cpp 查看文件

@@ -311,8 +311,7 @@
311 311
   void unified_bed_leveling::G29() {
312 312
 
313 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 315
       return;
317 316
     }
318 317
 

Loading…
取消
儲存