Browse Source

Ultimainboard 2.x does not has a PS_ON pin.

pull/1/head
daid 11 years ago
parent
commit
d16a770855
  1. 2
      Marlin/pins.h

2
Marlin/pins.h

@ -1381,7 +1381,7 @@
#define SDSS 53 #define SDSS 53
#define LED_PIN 8 #define LED_PIN 8
#define FAN_PIN 7 #define FAN_PIN 7
#define PS_ON_PIN 12 #define PS_ON_PIN -1
#define KILL_PIN -1 #define KILL_PIN -1
#define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing. #define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
#define SAFETY_TRIGGERED_PIN 28 //PIN to detect the safety circuit has triggered #define SAFETY_TRIGGERED_PIN 28 //PIN to detect the safety circuit has triggered

Loading…
Cancel
Save