Update Configuration.h
PSU_ACTIVE_HIGH should be PSU_ACTIVE_STATE PSU_ACTIVE_STATE set from false to low.
This commit is contained in:
@@ -785,9 +785,9 @@
|
||||
#if ENABLED(PSU_CONTROL)
|
||||
#if ENABLED(PowerShutoffKit)
|
||||
#define PS_ON_PIN 12
|
||||
#define PSU_ACTIVE_HIGH HIGH
|
||||
#define PSU_ACTIVE_STATE HIGH
|
||||
#else
|
||||
#define PSU_ACTIVE_HIGH FALSE // Set 'LOW' for ATX, 'HIGH' for X-Box
|
||||
#define PSU_ACTIVE_STATE LOW // Set 'LOW' for ATX, 'HIGH' for X-Box
|
||||
#endif
|
||||
|
||||
//#define PSU_DEFAULT_OFF // Keep power off until enabled directly with M80
|
||||
|
||||
Reference in New Issue
Block a user