heater_ind_t => heater_id_t

This commit is contained in:
Scott Lahteine
2020-09-13 18:06:14 -05:00
parent a941faccb0
commit 2396b4e27f
6 changed files with 64 additions and 64 deletions

View File

@ -868,7 +868,7 @@ namespace ExtUI {
}
void startPIDTune(const float temp, extruder_t tool) {
thermalManager.PID_autotune(temp, (heater_ind_t)tool, 8, true);
thermalManager.PID_autotune(temp, (heater_id_t)tool, 8, true);
}
#endif