Browse Source

Merge pull request #5959 from benlye/benlye-fixm48

Remove extra carriage return in M48 V1 output
Scott Lahteine 8 years ago
parent
commit
94b3e0a483
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

5216
             SERIAL_PROTOCOLPGM(" range: ");
5216
             SERIAL_PROTOCOLPGM(" range: ");
5217
             SERIAL_PROTOCOL_F(max-min, 3);
5217
             SERIAL_PROTOCOL_F(max-min, 3);
5218
           }
5218
           }
5219
+          SERIAL_EOL;
5219
         }
5220
         }
5220
-        SERIAL_EOL;
5221
       }
5221
       }
5222
 
5222
 
5223
     } // End of probe loop
5223
     } // End of probe loop

Loading…
Cancel
Save