M303 pid autotune cleanup, commentary

This commit is contained in:
Scott Lahteine
2018-01-03 21:30:45 -06:00
parent f968b41f63
commit 4af3d436b2
3 changed files with 43 additions and 51 deletions

View File

@ -445,7 +445,7 @@ class Temperature {
* Perform auto-tuning for hotend or bed in response to M303
*/
#if HAS_PID_HEATING
static void PID_autotune(const float temp, const int8_t hotend, const int8_t ncycles, const bool set_result=false);
static void PID_autotune(const float &target, const int8_t hotend, const int8_t ncycles, const bool set_result=false);
/**
* Update the temp manager when PID values change