Kaynağa Gözat

Merge pull request #802 from Makers-Tool-Works/Marlin_v1

Clarify which PID values to enter
ErikZalm 10 yıl önce
ebeveyn
işleme
e8291ed728
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      Marlin/temperature.cpp

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

306
       return;
306
       return;
307
     }
307
     }
308
     if(cycles > ncycles) {
308
     if(cycles > ncycles) {
309
-      SERIAL_PROTOCOLLNPGM("PID Autotune finished! Put the Kp, Ki and Kd constants into Configuration.h");
309
+      SERIAL_PROTOCOLLNPGM("PID Autotune finished! Put the last Kp, Ki and Kd constants from above into Configuration.h");
310
       return;
310
       return;
311
     }
311
     }
312
     lcd_update();
312
     lcd_update();

Loading…
İptal
Kaydet