Skip to content

Commit

Permalink
Merge pull request #168 from DrDMoney/patch-1
Browse files Browse the repository at this point in the history
Update Configuration.h
  • Loading branch information
InsanityAutomation authored Feb 11, 2021
2 parents b1153cf + aafa3af commit a13ebba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a13ebba

Please sign in to comment.