Browse Source

Apply HAS_TMC_UART to pins files

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
e8205af6fb
  1. 2
      Marlin/src/pins/linux/pins_RAMPS_LINUX.h
  2. 2
      Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_3.h
  3. 2
      Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h
  4. 2
      Marlin/src/pins/lpc1768/pins_MKS_SBASE.h
  5. 2
      Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h
  6. 2
      Marlin/src/pins/lpc1768/pins_RAMPS_RE_ARM.h
  7. 2
      Marlin/src/pins/lpc1769/pins_MKS_SGEN.h
  8. 2
      Marlin/src/pins/ramps/pins_FYSETC_F6_13.h
  9. 2
      Marlin/src/pins/ramps/pins_FYSETC_F6_14.h
  10. 2
      Marlin/src/pins/ramps/pins_RAMPS.h
  11. 2
      Marlin/src/pins/ramps/pins_TT_OSCAR.h
  12. 2
      Marlin/src/pins/sam/pins_RAMPS_FD_V1.h
  13. 2
      Marlin/src/pins/samd/pins_RAMPS_144.h
  14. 2
      Marlin/src/pins/stm32/pins_BTT_BTT002_V1_0.h
  15. 2
      Marlin/src/pins/stm32/pins_BTT_GTR_V1_0.h
  16. 2
      Marlin/src/pins/stm32/pins_BTT_SKR_E3_DIP.h
  17. 2
      Marlin/src/pins/stm32/pins_BTT_SKR_MINI_E3_V1_2.h
  18. 2
      Marlin/src/pins/stm32/pins_BTT_SKR_PRO_V1_1.h
  19. 2
      Marlin/src/pins/stm32/pins_FLYF407ZG.h
  20. 2
      Marlin/src/pins/stm32/pins_FYSETC_CHEETAH_V12.h
  21. 2
      Marlin/src/pins/stm32/pins_FYSETC_S6.h
  22. 2
      Marlin/src/pins/stm32/pins_MKS_ROBIN_PRO.h
  23. 2
      Marlin/src/pins/stm32/pins_RUMBA32_MKS.h

2
Marlin/src/pins/linux/pins_RAMPS_LINUX.h

@ -271,7 +271,7 @@
#endif
#endif
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_3.h

@ -150,7 +150,7 @@
#endif
#endif
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h

@ -175,7 +175,7 @@
#endif
#endif
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/lpc1768/pins_MKS_SBASE.h

@ -313,7 +313,7 @@
#endif
#endif
#if MB(MKS_SBASE) && HAS_TMC220x
#if MB(MKS_SBASE) && HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers

2
Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h

@ -152,7 +152,7 @@
#endif
#endif
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/lpc1768/pins_RAMPS_RE_ARM.h

@ -120,7 +120,7 @@
#endif
#endif
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/lpc1769/pins_MKS_SGEN.h

@ -50,7 +50,7 @@
//#define BTN_EN1 P1_23 // EXP2.5
//#define BTN_EN2 P1_22 // EXP2.3
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/ramps/pins_FYSETC_F6_13.h

@ -117,7 +117,7 @@
// the jumper next to the limit switch socket when using sensorless homing.
//
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/ramps/pins_FYSETC_F6_14.h

@ -29,7 +29,7 @@
#define Z_MAX_PIN 2
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*/

2
Marlin/src/pins/ramps/pins_RAMPS.h

@ -298,7 +298,7 @@
#endif
#endif
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/ramps/pins_TT_OSCAR.h

@ -99,7 +99,7 @@
#define E4_ENABLE_PIN 47
#define E4_CS_PIN E0_CS_PIN
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/sam/pins_RAMPS_FD_V1.h

@ -205,7 +205,7 @@
#endif // HAS_SPI_LCD
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/samd/pins_RAMPS_144.h

@ -171,7 +171,7 @@
#endif
#endif
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/stm32/pins_BTT_BTT002_V1_0.h

@ -110,7 +110,7 @@
#endif
#endif
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/stm32/pins_BTT_GTR_V1_0.h

@ -165,7 +165,7 @@
#endif
#endif
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/stm32/pins_BTT_SKR_E3_DIP.h

@ -109,7 +109,7 @@
#endif
#endif
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/stm32/pins_BTT_SKR_MINI_E3_V1_2.h

@ -30,7 +30,7 @@
/**
* TMC2208/TMC2209 stepper drivers
*/
#if HAS_TMC220x
#if HAS_TMC_UART
//
// Software serial
//

2
Marlin/src/pins/stm32/pins_BTT_SKR_PRO_V1_1.h

@ -115,7 +115,7 @@
#endif
#endif
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/stm32/pins_FLYF407ZG.h

@ -196,7 +196,7 @@
// Trinamic Software Serial
//
#if HAS_TMC220x
#if HAS_TMC_UART
#define X_SERIAL_TX_PIN PG13
#define X_SERIAL_RX_PIN PG13

2
Marlin/src/pins/stm32/pins_FYSETC_CHEETAH_V12.h

@ -38,7 +38,7 @@
#define FAN1_PIN PB0 // Fan1
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers

2
Marlin/src/pins/stm32/pins_FYSETC_S6.h

@ -107,7 +107,7 @@
#define E2_ENABLE_PIN PE3
#define E2_CS_PIN PC15
#if HAS_TMC220x
#if HAS_TMC_UART
//
// TMC2208/TMC2209 stepper drivers
//

2
Marlin/src/pins/stm32/pins_MKS_ROBIN_PRO.h

@ -118,7 +118,7 @@
#endif
#endif
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

2
Marlin/src/pins/stm32/pins_RUMBA32_MKS.h

@ -56,7 +56,7 @@
#endif
#endif
#if HAS_TMC220x
#if HAS_TMC_UART
/**
* TMC2208/TMC2209 stepper drivers
*

Loading…
Cancel
Save