Explorar el Código

Patch for M503 output

Scott Lahteine hace 7 años
padre
commit
af81cb4cbb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/configuration_store.cpp

+ 1
- 1
Marlin/configuration_store.cpp Ver fichero

@@ -1461,7 +1461,7 @@ void MarlinSettings::reset() {
1461 1461
     #endif
1462 1462
     SERIAL_EOL;
1463 1463
     #if ENABLED(DISTINCT_E_FACTORS)
1464
-      SERIAL_ECHO_START;
1464
+      CONFIG_ECHO_START;
1465 1465
       for (uint8_t i = 0; i < E_STEPPERS; i++) {
1466 1466
         SERIAL_ECHOPAIR("  M201 T", (int)i);
1467 1467
         SERIAL_ECHOLNPAIR(" E", VOLUMETRIC_UNIT(planner.max_acceleration_mm_per_s2[E_AXIS + i]));

Loading…
Cancelar
Guardar