Longer default power-up delay

See MarlinFirmware/Configurations#78
This commit is contained in:
Scott Lahteine
2020-04-19 23:37:05 -05:00
parent 78fe411c7d
commit 5d0deba938
3 changed files with 8 additions and 11 deletions

View File

@ -326,7 +326,7 @@
#define PSU_ACTIVE_HIGH false // Set 'false' for ATX, 'true' for X-Box
//#define PSU_DEFAULT_OFF // Keep power off until enabled directly with M80
//#define PSU_POWERUP_DELAY 100 // (ms) Delay for the PSU to warm up to full power
//#define PSU_POWERUP_DELAY 250 // (ms) Delay for the PSU to warm up to full power
//#define AUTO_POWER_CONTROL // Enable automatic control of the PS_ON pin
#if ENABLED(AUTO_POWER_CONTROL)