Pins cleanup
This commit is contained in:
parent
82cafc9b19
commit
b2b7c583eb
|
@ -284,7 +284,3 @@
|
|||
#endif // NEWPANEL
|
||||
|
||||
#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 // HAS_SPI_LCD
|
||||
|
||||
#define U_MIN_PIN -1
|
||||
#define V_MIN_PIN -1
|
||||
#define W_MIN_PIN -1
|
||||
|
|
|
@ -38,9 +38,6 @@
|
|||
//
|
||||
// Limit Switches
|
||||
//
|
||||
#define U_MIN_PIN -1
|
||||
#define V_MIN_PIN -1
|
||||
#define W_MIN_PIN -1
|
||||
#define X_STOP_PIN PB3
|
||||
#define Y_STOP_PIN PB4
|
||||
#define Z_STOP_PIN PB5
|
||||
|
|
|
@ -41,9 +41,6 @@
|
|||
//
|
||||
// Limit Switches
|
||||
//
|
||||
#define U_MIN_PIN -1
|
||||
#define V_MIN_PIN -1
|
||||
#define W_MIN_PIN -1
|
||||
#define X_STOP_PIN PD0
|
||||
#define Y_STOP_PIN PD1
|
||||
#define Z_STOP_PIN PD4
|
||||
|
@ -130,7 +127,7 @@
|
|||
#define LCD_PINS_D7 PB15
|
||||
#else
|
||||
#define LCD_PINS_RS PB8
|
||||
#define LCD_PINS_ENABLE PD2
|
||||
#define LCD_PINS_ENABLE PD2ins
|
||||
#define LCD_PINS_D4 PB12
|
||||
#define LCD_PINS_D5 PB13
|
||||
#define LCD_PINS_D6 PB14
|
||||
|
|
Loading…
Reference in a new issue