Fix PSU on for PID autotune (#19066)

This commit is contained in:
Giuliano Zaro
2020-08-19 09:49:46 +02:00
committed by Scott Lahteine
parent 7a750156ef
commit acc90ad09f
2 changed files with 3 additions and 3 deletions

View File

@ -444,6 +444,7 @@ volatile bool Temperature::raw_temps_ready = false;
LEDColor color = ONHEATINGSTART();
#endif
TERN_(AUTO_POWER_CONTROL, powerManager.power_on());
TERN_(NO_FAN_SLOWING_IN_PID_TUNING, adaptive_fan_slowing = false);
// PID Tuning loop