Update Marlin_main.cpp

Remove unnecessary line break from M48 V1 output.
This commit is contained in:
benlye 2017-03-04 17:58:10 +00:00 committed by GitHub
parent 177ad245f6
commit dead89062a

View File

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