瀏覽代碼

One fewer EOL in M503 output

Scott Lahteine 8 年之前
父節點
當前提交
082da23391
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. 4
    4
      Marlin/configuration_store.cpp

+ 4
- 4
Marlin/configuration_store.cpp 查看文件

@@ -1344,9 +1344,8 @@ void MarlinSettings::reset() {
1344 1344
     #else
1345 1345
       #define LINEAR_UNIT(N) N
1346 1346
       #define VOLUMETRIC_UNIT(N) N
1347
-      SERIAL_ECHOLNPGM("  G21 ; Units in mm\n");
1347
+      SERIAL_ECHOLNPGM("  G21    ; Units in mm");
1348 1348
     #endif
1349
-    SERIAL_EOL;
1350 1349
 
1351 1350
     #if ENABLED(ULTIPANEL)
1352 1351
 
@@ -1361,12 +1360,13 @@ void MarlinSettings::reset() {
1361 1360
         serialprintPGM(parser.temp_units_name());
1362 1361
       #else
1363 1362
         #define TEMP_UNIT(N) N
1364
-        SERIAL_ECHOLNPGM("  M149 C ; Units in Celsius\n");
1363
+        SERIAL_ECHOLNPGM("  M149 C ; Units in Celsius");
1365 1364
       #endif
1366
-      SERIAL_EOL;
1367 1365
 
1368 1366
     #endif
1369 1367
 
1368
+    SERIAL_EOL;
1369
+
1370 1370
     /**
1371 1371
      * Volumetric extrusion M200
1372 1372
      */

Loading…
取消
儲存