Browse Source

One fewer EOL in M503 output

Scott Lahteine 8 years ago
parent
commit
082da23391
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      Marlin/configuration_store.cpp

+ 4
- 4
Marlin/configuration_store.cpp View File

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

Loading…
Cancel
Save