Browse Source

Update Marlin_main.cpp

Remove unnecessary line break from M48 V1 output.
benlye 8 years ago
parent
commit
dead89062a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -5196,8 +5196,8 @@ inline void gcode_M42() {
5196 5196
             SERIAL_PROTOCOLPGM(" range: ");
5197 5197
             SERIAL_PROTOCOL_F(max-min, 3);
5198 5198
           }
5199
+          SERIAL_EOL;
5199 5200
         }
5200
-        SERIAL_EOL;
5201 5201
       }
5202 5202
 
5203 5203
     } // End of probe loop

Loading…
Cancel
Save