Configurable PSU power-on delay (#16050)
This commit is contained in:
committed by
Scott Lahteine
parent
27943f9e31
commit
690ed531b6
@ -325,9 +325,9 @@
|
||||
//#define PSU_NAME "Power Supply"
|
||||
|
||||
#if ENABLED(PSU_CONTROL)
|
||||
#define PSU_ACTIVE_HIGH false // Set 'false' for ATX (1), 'true' for X-Box (2)
|
||||
#define PSU_ACTIVE_HIGH false // Set 'false' for ATX, 'true' for X-Box
|
||||
|
||||
#define PS_DEFAULT_OFF // Keep power off until enabled directly with M80
|
||||
#define PSU_DEFAULT_OFF // Keep power off until enabled directly with M80
|
||||
|
||||
//#define AUTO_POWER_CONTROL // Enable automatic control of the PS_ON pin
|
||||
#if ENABLED(AUTO_POWER_CONTROL)
|
||||
|
Reference in New Issue
Block a user