Browse Source

Ultimainboard 2.x does not has a PS_ON pin.

daid 11 years ago
parent
commit
d16a770855
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/pins.h

+ 1
- 1
Marlin/pins.h View File

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

Loading…
Cancel
Save