mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
Fix malformed Capabilities report
This commit is contained in:
parent
f9b7659b56
commit
7637eb863a
1 changed files with 1 additions and 0 deletions
|
@ -8445,6 +8445,7 @@ inline void gcode_M114() {
|
|||
static void cap_line(const char * const name, bool ena=false) {
|
||||
SERIAL_PROTOCOLPGM("Cap:");
|
||||
serialprintPGM(name);
|
||||
SERIAL_PROTOCOLPGM(":");
|
||||
SERIAL_PROTOCOLLN(int(ena ? 1 : 0));
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue