Browse Source

Merge pull request #5959 from benlye/benlye-fixm48

Remove extra carriage return in M48 V1 output
pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
94b3e0a483
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

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

Loading…
Cancel
Save