Kaynağa Gözat

Patch for M503 output

Scott Lahteine 7 yıl önce
ebeveyn
işleme
af81cb4cbb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      Marlin/configuration_store.cpp

+ 1
- 1
Marlin/configuration_store.cpp Dosyayı Görüntüle

@@ -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…
İptal
Kaydet