Merge pull request #5959 from benlye/benlye-fixm48

Remove extra carriage return in M48 V1 output
This commit is contained in:
Scott Lahteine 2017-03-06 04:24:28 -06:00 committed by GitHub
commit 94b3e0a483

View file

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