Browse Source

Power options formatting

pull/1/head
Scott Lahteine 5 years ago
parent
commit
f926351fa8
  1. 1
      config/examples/Felix/DUAL/Configuration.h
  2. 1
      config/examples/Felix/Single/Configuration.h
  3. 1
      config/examples/Mks/Sbase/Configuration.h
  4. 1
      config/examples/Modix/Big60/Configuration.h
  5. 1
      config/examples/SCARA/MP_SCARA/Configuration.h
  6. 1
      config/examples/delta/Dreammaker/Overlord/Configuration.h
  7. 1
      config/examples/delta/Dreammaker/Overlord_Pro/Configuration.h
  8. 1
      config/examples/delta/MKS/SBASE/Configuration.h

1
config/examples/Felix/DUAL/Configuration.h

@ -328,6 +328,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 AUTO_POWER_CONTROL // Enable automatic control of the PS_ON pin
#if ENABLED(AUTO_POWER_CONTROL)

1
config/examples/Felix/Single/Configuration.h

@ -328,6 +328,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 AUTO_POWER_CONTROL // Enable automatic control of the PS_ON pin
#if ENABLED(AUTO_POWER_CONTROL)

1
config/examples/Mks/Sbase/Configuration.h

@ -328,6 +328,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 AUTO_POWER_CONTROL // Enable automatic control of the PS_ON pin
#if ENABLED(AUTO_POWER_CONTROL)

1
config/examples/Modix/Big60/Configuration.h

@ -328,6 +328,7 @@
#define PSU_ACTIVE_HIGH false // Set 'false' for ATX (1), 'true' for X-Box (2)
//#define PS_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 AUTO_POWER_CONTROL // Enable automatic control of the PS_ON pin
#if ENABLED(AUTO_POWER_CONTROL)

1
config/examples/SCARA/MP_SCARA/Configuration.h

@ -368,6 +368,7 @@
#define PSU_ACTIVE_HIGH false // Set 'false' for ATX (1), 'true' for X-Box (2)
//#define PS_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 AUTO_POWER_CONTROL // Enable automatic control of the PS_ON pin
#if ENABLED(AUTO_POWER_CONTROL)

1
config/examples/delta/Dreammaker/Overlord/Configuration.h

@ -328,6 +328,7 @@
#define PSU_ACTIVE_HIGH true // 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 AUTO_POWER_CONTROL // Enable automatic control of the PS_ON pin
#if ENABLED(AUTO_POWER_CONTROL)

1
config/examples/delta/Dreammaker/Overlord_Pro/Configuration.h

@ -328,6 +328,7 @@
#define PSU_ACTIVE_HIGH true // 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 AUTO_POWER_CONTROL // Enable automatic control of the PS_ON pin
#if ENABLED(AUTO_POWER_CONTROL)

1
config/examples/delta/MKS/SBASE/Configuration.h

@ -328,6 +328,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 AUTO_POWER_CONTROL // Enable automatic control of the PS_ON pin
#if ENABLED(AUTO_POWER_CONTROL)

Loading…
Cancel
Save