Merge pull request #5959 from benlye/benlye-fixm48
Remove extra carriage return in M48 V1 output
This commit is contained in:
commit
94b3e0a483
@ -5216,8 +5216,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
|
||||||
|
Loading…
Reference in New Issue
Block a user