浏览代码

Remove extra G29 V newlines (#20955)

qwewer0 4 年前
父节点
当前提交
c91a91008c
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

+ 1
- 1
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp 查看文件

742
         if (do_ubl_mesh_map) display_map(g29_map_type);
742
         if (do_ubl_mesh_map) display_map(g29_map_type);
743
 
743
 
744
         const int point_num = (GRID_MAX_POINTS) - count + 1;
744
         const int point_num = (GRID_MAX_POINTS) - count + 1;
745
-        SERIAL_ECHOLNPAIR("\nProbing mesh point ", point_num, "/", int(GRID_MAX_POINTS), ".\n");
745
+        SERIAL_ECHOLNPAIR("Probing mesh point ", point_num, "/", int(GRID_MAX_POINTS), ".");
746
         TERN_(HAS_DISPLAY, ui.status_printf_P(0, PSTR(S_FMT " %i/%i"), GET_TEXT(MSG_PROBING_MESH), point_num, int(GRID_MAX_POINTS)));
746
         TERN_(HAS_DISPLAY, ui.status_printf_P(0, PSTR(S_FMT " %i/%i"), GET_TEXT(MSG_PROBING_MESH), point_num, int(GRID_MAX_POINTS)));
747
 
747
 
748
         #if HAS_LCD_MENU
748
         #if HAS_LCD_MENU

正在加载...
取消
保存