Commit 4b714024 authored by MagoKimbra's avatar MagoKimbra

Update pins.h

parent 892fc6c2
...@@ -730,8 +730,9 @@ ...@@ -730,8 +730,9 @@
#define TEMP_BED_PIN 14 // ANALOG NUMBERING #define TEMP_BED_PIN 14 // ANALOG NUMBERING
#ifdef NUM_SERVOS #if NUM_SERVOS > 0
#define SERVO0_PIN 11 #define SERVO0_PIN 11
#endif
#if NUM_SERVOS > 1 #if NUM_SERVOS > 1
#define SERVO1_PIN 6 #define SERVO1_PIN 6
...@@ -744,7 +745,6 @@ ...@@ -744,7 +745,6 @@
#if NUM_SERVOS > 3 #if NUM_SERVOS > 3
#define SERVO3_PIN 4 #define SERVO3_PIN 4
#endif #endif
#endif
#if MOTHERBOARD == 68 #if MOTHERBOARD == 68
#define BEEPER 33 #define BEEPER 33
...@@ -1219,20 +1219,20 @@ ...@@ -1219,20 +1219,20 @@
#define ORIG_FAN_PIN 4 #define ORIG_FAN_PIN 4
#endif #endif
#ifdef NUM_SERVOS #if NUM_SERVOS > 0
#define SERVO0_PIN -1 #define SERVO0_PIN -1
#endif
#if NUM_SERVOS > 1 #if NUM_SERVOS > 1
#define SERVO1_PIN -1 #define SERVO1_PIN -1
#endif #endif
#if NUM_SERVOS > 2 #if NUM_SERVOS > 2
#define SERVO2_PIN -1 #define SERVO2_PIN -1
#endif #endif
#if NUM_SERVOS > 3 #if NUM_SERVOS > 3
#define SERVO3_PIN -1 #define SERVO3_PIN -1
#endif
#endif #endif
#define PS_ON_PIN -1 #define PS_ON_PIN -1
...@@ -2682,9 +2682,9 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a ...@@ -2682,9 +2682,9 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define SDSS 53 #define SDSS 53
#define LED_PIN 13 #define LED_PIN 13
#ifdef NUM_SERVOS #if NUM_SERVOS > 0
#define SERVO0_PIN 46 #define SERVO0_PIN 46
#endif #endif
#define PS_ON_PIN 12 #define PS_ON_PIN 12
#define KILL_PIN -1 #define KILL_PIN -1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment