Only send capabilities when M115 is run without arguments
This commit is contained in:
parent
0ee8e1f424
commit
6873a9d28e
1 changed files with 2 additions and 4 deletions
|
@ -6863,12 +6863,10 @@ Sigma_Exit:
|
|||
SERIAL_ECHOPGM(STRINGIFY(EXTRUDERS));
|
||||
SERIAL_ECHOPGM(" UUID:");
|
||||
SERIAL_ECHOLNPGM(MACHINE_UUID);
|
||||
}
|
||||
|
||||
#ifdef EXTENDED_CAPABILITIES_REPORT
|
||||
extended_capabilities_report();
|
||||
extended_capabilities_report();
|
||||
#endif //EXTENDED_CAPABILITIES_REPORT
|
||||
|
||||
}
|
||||
break;
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Add table
Reference in a new issue