Pins cleanup

This commit is contained in:
Scott Lahteine 2019-07-12 23:06:56 -05:00
parent 82cafc9b19
commit b2b7c583eb
4 changed files with 77 additions and 91 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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