Bring chamber temp to completion (#13837)

This commit is contained in:
Giuliano Zaro
2019-05-05 05:51:47 +02:00
committed by Scott Lahteine
parent 24177954dd
commit e2a77ed881
102 changed files with 349 additions and 145 deletions

View File

@ -50,6 +50,10 @@ bool Power::is_power_needed() {
if (controllerfan_speed) return true;
#endif
#if ENABLED(AUTO_POWER_CHAMBER_FAN)
if (thermalManager.chamberfan_speed) return true;
#endif
// If any of the drivers or the bed are enabled...
if (X_ENABLE_READ == X_ENABLE_ON || Y_ENABLE_READ == Y_ENABLE_ON || Z_ENABLE_READ == Z_ENABLE_ON
#if HAS_HEATED_BED