Update Marlin_main.cpp
Remove unnecessary line break from M48 V1 output.
This commit is contained in:
		| @@ -5196,8 +5196,8 @@ inline void gcode_M42() { | |||||||
|             SERIAL_PROTOCOLPGM(" range: "); |             SERIAL_PROTOCOLPGM(" range: "); | ||||||
|             SERIAL_PROTOCOL_F(max-min, 3); |             SERIAL_PROTOCOL_F(max-min, 3); | ||||||
|           } |           } | ||||||
|  |           SERIAL_EOL; | ||||||
|         } |         } | ||||||
|         SERIAL_EOL; |  | ||||||
|       } |       } | ||||||
|  |  | ||||||
|     } // End of probe loop |     } // End of probe loop | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user