mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-03 20:30:48 +00:00
Add temperature-based auto power options (#14397)
This commit is contained in:
parent
00cc1079af
commit
8ce84fa44f
109 changed files with 224 additions and 2 deletions
config/examples/WASP/PowerWASP
|
@ -341,6 +341,8 @@
|
|||
#define AUTO_POWER_E_FANS
|
||||
#define AUTO_POWER_CONTROLLERFAN
|
||||
#define AUTO_POWER_CHAMBER_FAN
|
||||
//#define AUTO_POWER_E_TEMP 50 // (°C) Turn on PSU over this temperature
|
||||
//#define AUTO_POWER_CHAMBER_TEMP 30 // (°C) Turn on PSU over this temperature
|
||||
#define POWER_TIMEOUT 30
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue