Browse Source

Pins cleanup

pull/1/head
Scott Lahteine 5 years ago
parent
commit
b2b7c583eb
  1. 4
      Marlin/src/pins/stm32/pins_BEAST.h
  2. 4
      Marlin/src/pins/stm32/pins_CHITU3D.h
  3. 3
      Marlin/src/pins/stm32/pins_STM32F1R.h
  4. 5
      Marlin/src/pins/stm32/pins_STM3R_MINI.h

4
Marlin/src/pins/stm32/pins_BEAST.h

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

4
Marlin/src/pins/stm32/pins_CHITU3D.h

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

3
Marlin/src/pins/stm32/pins_STM32F1R.h

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

5
Marlin/src/pins/stm32/pins_STM3R_MINI.h

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