소스 검색

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

Clarify which PID values to enter
ErikZalm 10 년 전
부모
커밋
e8291ed728
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp 파일 보기

@@ -306,7 +306,7 @@ void PID_autotune(float temp, int extruder, int ncycles)
306 306
       return;
307 307
     }
308 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 310
       return;
311 311
     }
312 312
     lcd_update();

Loading…
취소
저장