M115: Extruder count is always 1

Change in memory:
Flash: -8 bytes
SRAM: 0 bytes
This commit is contained in:
Guðni Már Gilbert 2023-02-26 17:13:25 +00:00
parent 62cbc829f6
commit 70dadc4202
1 changed files with 3 additions and 4 deletions

View File

@ -6466,8 +6466,7 @@ Sigma_Exit:
SERIAL_ECHOPGM(PROTOCOL_VERSION); SERIAL_ECHOPGM(PROTOCOL_VERSION);
SERIAL_ECHOPGM(" MACHINE_TYPE:"); SERIAL_ECHOPGM(" MACHINE_TYPE:");
SERIAL_ECHOPGM(CUSTOM_MENDEL_NAME); SERIAL_ECHOPGM(CUSTOM_MENDEL_NAME);
SERIAL_ECHOPGM(" EXTRUDER_COUNT:"); SERIAL_ECHOPGM(" EXTRUDER_COUNT:1");
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