Only send capabilities when M115 is run without arguments
This commit is contained in:
parent
0ee8e1f424
commit
6873a9d28e
|
|
@ -6863,12 +6863,10 @@ Sigma_Exit:
|
||||||
SERIAL_ECHOPGM(STRINGIFY(EXTRUDERS));
|
SERIAL_ECHOPGM(STRINGIFY(EXTRUDERS));
|
||||||
SERIAL_ECHOPGM(" UUID:");
|
SERIAL_ECHOPGM(" UUID:");
|
||||||
SERIAL_ECHOLNPGM(MACHINE_UUID);
|
SERIAL_ECHOLNPGM(MACHINE_UUID);
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef EXTENDED_CAPABILITIES_REPORT
|
#ifdef EXTENDED_CAPABILITIES_REPORT
|
||||||
extended_capabilities_report();
|
extended_capabilities_report();
|
||||||
#endif //EXTENDED_CAPABILITIES_REPORT
|
#endif //EXTENDED_CAPABILITIES_REPORT
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue