瀏覽代碼

use SERIAL_EOL(); instead of new line string

Roxy-3D 7 年之前
父節點
當前提交
3a4e107b6b
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/module/configuration_store.cpp

+ 1
- 1
Marlin/src/module/configuration_store.cpp 查看文件

2038
       #else
2038
       #else
2039
         SERIAL_ECHO("  M852 S");
2039
         SERIAL_ECHO("  M852 S");
2040
         SERIAL_ECHO_F(planner.xy_skew_factor, 6);
2040
         SERIAL_ECHO_F(planner.xy_skew_factor, 6);
2041
-        SERIAL_ECHO("\n");
2041
+        SERIAL_EOL();
2042
       #endif
2042
       #endif
2043
     #endif
2043
     #endif
2044
 
2044
 

Loading…
取消
儲存