Browse Source

Addes servo0 pin ultimaker

Bernhard Kubicek 9 years ago
parent
commit
10ad9f1062
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/pins.h

+ 1
- 0
Marlin/pins.h View File

1400
 #define PS_ON_PIN          12
1400
 #define PS_ON_PIN          12
1401
 #define KILL_PIN           -1
1401
 #define KILL_PIN           -1
1402
 #define SUICIDE_PIN        54  //PIN that has to be turned on right after start, to keep power flowing.
1402
 #define SUICIDE_PIN        54  //PIN that has to be turned on right after start, to keep power flowing.
1403
+#define SERVO0_PIN         13  // untested
1403
 
1404
 
1404
 #ifdef ULTRA_LCD
1405
 #ifdef ULTRA_LCD
1405
 
1406
 

Loading…
Cancel
Save