Multi-line comments cleanup (#19535)
This commit is contained in:
@ -160,7 +160,6 @@
|
||||
* E By default G29 will engage the Z probe, test the bed, then disengage.
|
||||
* Include "E" to engage/disengage the Z probe for each sample.
|
||||
* There's no extra effect if you have a fixed Z probe.
|
||||
*
|
||||
*/
|
||||
G29_TYPE GcodeSuite::G29() {
|
||||
|
||||
|
@ -57,7 +57,6 @@ inline void echo_not_entered(const char c) { SERIAL_CHAR(c); SERIAL_ECHOLNPGM("
|
||||
* S3 In Jn Zn.nn Manually modify a single point
|
||||
* S4 Zn.nn Set z offset. Positive away from bed, negative closer to bed.
|
||||
* S5 Reset and disable mesh
|
||||
*
|
||||
*/
|
||||
void GcodeSuite::G29() {
|
||||
|
||||
|
Reference in New Issue
Block a user