M115: Extruder count is always 1
Change in memory: Flash: -8 bytes SRAM: 0 bytes
This commit is contained in:
parent
62cbc829f6
commit
70dadc4202
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue