Use `EXTRUDERS` instead of hardcoded value in string
This commit is contained in:
parent
b67063f14a
commit
ea97ca7920
|
|
@ -6463,7 +6463,7 @@ Sigma_Exit:
|
|||
SERIAL_ECHOPGM(PROTOCOL_VERSION);
|
||||
SERIAL_ECHOPGM(" MACHINE_TYPE:");
|
||||
SERIAL_ECHOPGM(CUSTOM_MENDEL_NAME);
|
||||
SERIAL_ECHOPGM(" EXTRUDER_COUNT:1");
|
||||
SERIAL_ECHOPGM(" EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS));
|
||||
SERIAL_ECHOPGM(" UUID:");
|
||||
SERIAL_ECHOLNPGM(MACHINE_UUID);
|
||||
#ifdef EXTENDED_CAPABILITIES_REPORT
|
||||
|
|
|
|||
Loading…
Reference in New Issue