Update Marlin_main.cpp

Remove unnecessary line break from M48 V1 output.
2.0.x
benlye 8 years ago committed by GitHub
parent 177ad245f6
commit dead89062a

@ -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

Loading…
Cancel
Save