Merge pull request #8944 from zarthcode/patch-1
Fix malformed Capabilities report
This commit is contained in:
commit
025a4558fb
@ -8445,6 +8445,7 @@ inline void gcode_M114() {
|
|||||||
static void cap_line(const char * const name, bool ena=false) {
|
static void cap_line(const char * const name, bool ena=false) {
|
||||||
SERIAL_PROTOCOLPGM("Cap:");
|
SERIAL_PROTOCOLPGM("Cap:");
|
||||||
serialprintPGM(name);
|
serialprintPGM(name);
|
||||||
|
SERIAL_PROTOCOLPGM(":");
|
||||||
SERIAL_PROTOCOLLN(int(ena ? 1 : 0));
|
SERIAL_PROTOCOLLN(int(ena ? 1 : 0));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user