Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#802 from Makers-Tool-Works/Marlin_v1
Browse files Browse the repository at this point in the history
Clarify which PID values to enter
  • Loading branch information
ErikZalm committed Feb 24, 2014
2 parents 465b654 + aee63af commit e8291ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/temperature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ void PID_autotune(float temp, int extruder, int ncycles)
return;
}
if(cycles > ncycles) {
SERIAL_PROTOCOLLNPGM("PID Autotune finished! Put the Kp, Ki and Kd constants into Configuration.h");
SERIAL_PROTOCOLLNPGM("PID Autotune finished! Put the last Kp, Ki and Kd constants from above into Configuration.h");
return;
}
lcd_update();
Expand Down

0 comments on commit e8291ed

Please sign in to comment.