Browse Source

[2.0.x] Fixed wrong information about TMC2208 wiring (#9335)

Manuel Valentino 6 years ago
parent
commit
374f2a5e16
42 changed files with 84 additions and 84 deletions
  1. 2
    2
      Marlin/Configuration_adv.h
  2. 2
    2
      Marlin/src/config/default/Configuration_adv.h
  3. 2
    2
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 2
    2
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  5. 2
    2
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  6. 2
    2
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  7. 2
    2
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  8. 2
    2
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  9. 2
    2
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  10. 2
    2
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  11. 2
    2
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  12. 2
    2
      Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h
  13. 2
    2
      Marlin/src/config/examples/Creality/Ender/Configuration_adv.h
  14. 2
    2
      Marlin/src/config/examples/Felix/Configuration_adv.h
  15. 2
    2
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  16. 2
    2
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  17. 2
    2
      Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h
  18. 2
    2
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  19. 2
    2
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  20. 2
    2
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  21. 2
    2
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  22. 2
    2
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  23. 2
    2
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  24. 2
    2
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  25. 2
    2
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  26. 2
    2
      Marlin/src/config/examples/TheBorg/Configuration_adv.h
  27. 2
    2
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  28. 2
    2
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  29. 2
    2
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  30. 2
    2
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  31. 2
    2
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  32. 2
    2
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  33. 2
    2
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h
  34. 2
    2
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  35. 2
    2
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  36. 2
    2
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  37. 2
    2
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  38. 2
    2
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  39. 2
    2
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  40. 2
    2
      Marlin/src/config/examples/makibox/Configuration_adv.h
  41. 2
    2
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  42. 2
    2
      Marlin/src/config/examples/wt150/Configuration_adv.h

+ 2
- 2
Marlin/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/default/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Anet/A6/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Anet/A8/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h View File

@@ -1008,9 +1008,9 @@
1008 1008
 
1009 1009
 /**
1010 1010
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1011
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1011
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1012 1012
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1013
- * to #_SERIAL_TX_PIN with a 1K resistor.
1013
+ * to PDN_UART without a resistor.
1014 1014
  * The drivers can also be used with hardware serial.
1015 1015
  *
1016 1016
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Cartesio/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Creality/Ender/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Felix/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/MakerParts/Configuration_adv.h View File

@@ -1008,9 +1008,9 @@
1008 1008
 
1009 1009
 /**
1010 1010
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1011
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1011
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1012 1012
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1013
- * to #_SERIAL_TX_PIN with a 1K resistor.
1013
+ * to PDN_UART without a resistor.
1014 1014
  * The drivers can also be used with hardware serial.
1015 1015
  *
1016 1016
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h View File

@@ -1015,9 +1015,9 @@
1015 1015
 
1016 1016
 /**
1017 1017
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1018
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1018
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1019 1019
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1020
- * to #_SERIAL_TX_PIN with a 1K resistor.
1020
+ * to PDN_UART without a resistor.
1021 1021
  * The drivers can also be used with hardware serial.
1022 1022
  *
1023 1023
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/RigidBot/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/SCARA/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/TheBorg/Configuration_adv.h View File

@@ -1004,9 +1004,9 @@
1004 1004
 
1005 1005
 /**
1006 1006
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1007
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1007
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1008 1008
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1009
- * to #_SERIAL_TX_PIN with a 1K resistor.
1009
+ * to PDN_UART without a resistor.
1010 1010
  * The drivers can also be used with hardware serial.
1011 1011
  *
1012 1012
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h View File

@@ -1020,9 +1020,9 @@
1020 1020
 
1021 1021
 /**
1022 1022
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1023
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1023
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1024 1024
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1025
- * to #_SERIAL_TX_PIN with a 1K resistor.
1025
+ * to PDN_UART without a resistor.
1026 1026
  * The drivers can also be used with hardware serial.
1027 1027
  *
1028 1028
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h View File

@@ -1009,9 +1009,9 @@
1009 1009
 
1010 1010
 /**
1011 1011
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1012
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1012
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1013 1013
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1014
- * to #_SERIAL_TX_PIN with a 1K resistor.
1014
+ * to PDN_UART without a resistor.
1015 1015
  * The drivers can also be used with hardware serial.
1016 1016
  *
1017 1017
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h View File

@@ -1009,9 +1009,9 @@
1009 1009
 
1010 1010
 /**
1011 1011
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1012
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1012
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1013 1013
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1014
- * to #_SERIAL_TX_PIN with a 1K resistor.
1014
+ * to PDN_UART without a resistor.
1015 1015
  * The drivers can also be used with hardware serial.
1016 1016
  *
1017 1017
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h View File

@@ -1009,9 +1009,9 @@
1009 1009
 
1010 1010
 /**
1011 1011
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1012
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1012
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1013 1013
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1014
- * to #_SERIAL_TX_PIN with a 1K resistor.
1014
+ * to PDN_UART without a resistor.
1015 1015
  * The drivers can also be used with hardware serial.
1016 1016
  *
1017 1017
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h View File

@@ -1009,9 +1009,9 @@
1009 1009
 
1010 1010
 /**
1011 1011
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1012
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1012
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1013 1013
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1014
- * to #_SERIAL_TX_PIN with a 1K resistor.
1014
+ * to PDN_UART without a resistor.
1015 1015
  * The drivers can also be used with hardware serial.
1016 1016
  *
1017 1017
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/delta/generic/Configuration_adv.h View File

@@ -1009,9 +1009,9 @@
1009 1009
 
1010 1010
 /**
1011 1011
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1012
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1012
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1013 1013
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1014
- * to #_SERIAL_TX_PIN with a 1K resistor.
1014
+ * to PDN_UART without a resistor.
1015 1015
  * The drivers can also be used with hardware serial.
1016 1016
  *
1017 1017
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h View File

@@ -1009,9 +1009,9 @@
1009 1009
 
1010 1010
 /**
1011 1011
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1012
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1012
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1013 1013
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1014
- * to #_SERIAL_TX_PIN with a 1K resistor.
1014
+ * to PDN_UART without a resistor.
1015 1015
  * The drivers can also be used with hardware serial.
1016 1016
  *
1017 1017
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h View File

@@ -1014,9 +1014,9 @@
1014 1014
 
1015 1015
 /**
1016 1016
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1017
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1017
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1018 1018
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1019
- * to #_SERIAL_TX_PIN with a 1K resistor.
1019
+ * to PDN_UART without a resistor.
1020 1020
  * The drivers can also be used with hardware serial.
1021 1021
  *
1022 1022
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h View File

@@ -1009,9 +1009,9 @@
1009 1009
 
1010 1010
 /**
1011 1011
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1012
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1012
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1013 1013
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1014
- * to #_SERIAL_TX_PIN with a 1K resistor.
1014
+ * to PDN_UART without a resistor.
1015 1015
  * The drivers can also be used with hardware serial.
1016 1016
  *
1017 1017
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/makibox/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h View File

@@ -1007,9 +1007,9 @@
1007 1007
 
1008 1008
 /**
1009 1009
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1010
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1010
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1011 1011
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1012
- * to #_SERIAL_TX_PIN with a 1K resistor.
1012
+ * to PDN_UART without a resistor.
1013 1013
  * The drivers can also be used with hardware serial.
1014 1014
  *
1015 1015
  * You'll also need the TMC2208Stepper Arduino library

+ 2
- 2
Marlin/src/config/examples/wt150/Configuration_adv.h View File

@@ -1008,9 +1008,9 @@
1008 1008
 
1009 1009
 /**
1010 1010
  * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
1011
- * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
1011
+ * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
1012 1012
  * To use the reading capabilities, also connect #_SERIAL_RX_PIN
1013
- * to #_SERIAL_TX_PIN with a 1K resistor.
1013
+ * to PDN_UART without a resistor.
1014 1014
  * The drivers can also be used with hardware serial.
1015 1015
  *
1016 1016
  * You'll also need the TMC2208Stepper Arduino library

Loading…
Cancel
Save