Pins cleanup

2.0.x
Scott Lahteine 6 years ago
parent 82cafc9b19
commit b2b7c583eb

@ -284,7 +284,3 @@
#endif // NEWPANEL #endif // NEWPANEL
#endif // HAS_SPI_LCD #endif // HAS_SPI_LCD
#define U_MIN_PIN -1
#define V_MIN_PIN -1
#define W_MIN_PIN -1

@ -282,7 +282,3 @@
#endif // NEWPANEL #endif // NEWPANEL
#endif // HAS_SPI_LCD #endif // HAS_SPI_LCD
#define U_MIN_PIN -1
#define V_MIN_PIN -1
#define W_MIN_PIN -1

@ -38,9 +38,6 @@
// //
// Limit Switches // Limit Switches
// //
#define U_MIN_PIN -1
#define V_MIN_PIN -1
#define W_MIN_PIN -1
#define X_STOP_PIN PB3 #define X_STOP_PIN PB3
#define Y_STOP_PIN PB4 #define Y_STOP_PIN PB4
#define Z_STOP_PIN PB5 #define Z_STOP_PIN PB5

@ -41,9 +41,6 @@
// //
// Limit Switches // Limit Switches
// //
#define U_MIN_PIN -1
#define V_MIN_PIN -1
#define W_MIN_PIN -1
#define X_STOP_PIN PD0 #define X_STOP_PIN PD0
#define Y_STOP_PIN PD1 #define Y_STOP_PIN PD1
#define Z_STOP_PIN PD4 #define Z_STOP_PIN PD4
@ -130,7 +127,7 @@
#define LCD_PINS_D7 PB15 #define LCD_PINS_D7 PB15
#else #else
#define LCD_PINS_RS PB8 #define LCD_PINS_RS PB8
#define LCD_PINS_ENABLE PD2 #define LCD_PINS_ENABLE PD2ins
#define LCD_PINS_D4 PB12 #define LCD_PINS_D4 PB12
#define LCD_PINS_D5 PB13 #define LCD_PINS_D5 PB13
#define LCD_PINS_D6 PB14 #define LCD_PINS_D6 PB14

Loading…
Cancel
Save