Update Marlin_main.cpp
Remove unnecessary line break from M48 V1 output.
This commit is contained in:
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…
Reference in New Issue
Block a user