From 94d3153fb6b3ad9028788f2cff61907ddb69f416 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 6 Sep 2019 15:47:34 -0500 Subject: [PATCH] Remove obsolete TMC_USE_CHAIN --- .../EVNOVO (Artillery)/Sidewinder X1/Configuration_adv.h | 2 -- config/examples/Einstart-S/Configuration_adv.h | 2 -- config/examples/FYSETC/AIO_II/Configuration_adv.h | 2 -- config/examples/FYSETC/Cheetah 1.2/BLTouch/Configuration_adv.h | 2 -- config/examples/FYSETC/Cheetah 1.2/base/Configuration_adv.h | 2 -- config/examples/FYSETC/Cheetah/BLTouch/Configuration_adv.h | 2 -- config/examples/FYSETC/Cheetah/base/Configuration_adv.h | 2 -- config/examples/FYSETC/F6_13/Configuration_adv.h | 2 -- config/examples/Felix/Configuration_adv.h | 2 -- config/examples/FlashForge/CreatorPro/Configuration_adv.h | 2 -- config/examples/FolgerTech/i3-2020/Configuration_adv.h | 2 -- config/examples/Formbot/Raptor/Configuration_adv.h | 2 -- config/examples/Formbot/T_Rex_2+/Configuration_adv.h | 2 -- config/examples/Formbot/T_Rex_3/Configuration_adv.h | 2 -- config/examples/Geeetech/A10/Configuration_adv.h | 2 -- config/examples/Geeetech/A10M/Configuration_adv.h | 2 -- config/examples/Geeetech/A20M/Configuration_adv.h | 2 -- config/examples/Geeetech/MeCreator2/Configuration_adv.h | 2 -- config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h | 2 -- config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h | 2 -- config/examples/HMS434/Configuration_adv.h | 2 -- config/examples/Infitary/i3-M508/Configuration_adv.h | 2 -- config/examples/JGAurora/A1/Configuration_adv.h | 2 -- config/examples/JGAurora/A5/Configuration_adv.h | 2 -- config/examples/JGAurora/A5S/Configuration_adv.h | 2 -- config/examples/MakerParts/Configuration_adv.h | 2 -- config/examples/Malyan/M150/Configuration_adv.h | 2 -- config/examples/Malyan/M200/Configuration_adv.h | 2 -- config/examples/Micromake/C1/enhanced/Configuration_adv.h | 2 -- config/examples/Mks/Robin/Configuration_adv.h | 2 -- config/examples/Mks/Sbase/Configuration_adv.h | 2 -- config/examples/RapideLite/RL200/Configuration_adv.h | 2 -- config/examples/RigidBot/Configuration_adv.h | 2 -- config/examples/SCARA/Configuration_adv.h | 2 -- config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h | 2 -- config/examples/Sanguinololu/Configuration_adv.h | 2 -- config/examples/Tevo/Michelangelo/Configuration_adv.h | 2 -- config/examples/Tevo/Tarantula Pro/Configuration_adv.h | 2 -- config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h | 2 -- config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration_adv.h | 2 -- config/examples/TheBorg/Configuration_adv.h | 2 -- config/examples/TinyBoy2/Configuration_adv.h | 2 -- config/examples/Tronxy/X3A/Configuration_adv.h | 2 -- config/examples/Tronxy/X5S-2E/Configuration_adv.h | 2 -- config/examples/UltiMachine/Archim1/Configuration_adv.h | 2 -- config/examples/UltiMachine/Archim2/Configuration_adv.h | 2 -- config/examples/VORONDesign/Configuration_adv.h | 2 -- config/examples/Velleman/K8200/Configuration_adv.h | 2 -- config/examples/Velleman/K8400/Configuration_adv.h | 2 -- config/examples/WASP/PowerWASP/Configuration_adv.h | 2 -- config/examples/Wanhao/Duplicator 6/Configuration_adv.h | 2 -- config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h | 2 -- config/examples/gCreate/gMax1.5+/Configuration_adv.h | 2 -- config/examples/makibox/Configuration_adv.h | 2 -- config/examples/tvrrug/Round2/Configuration_adv.h | 2 -- config/examples/wt150/Configuration_adv.h | 2 -- 56 files changed, 112 deletions(-) diff --git a/config/examples/EVNOVO (Artillery)/Sidewinder X1/Configuration_adv.h b/config/examples/EVNOVO (Artillery)/Sidewinder X1/Configuration_adv.h index 385821412..90664fcaf 100755 --- a/config/examples/EVNOVO (Artillery)/Sidewinder X1/Configuration_adv.h +++ b/config/examples/EVNOVO (Artillery)/Sidewinder X1/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Einstart-S/Configuration_adv.h b/config/examples/Einstart-S/Configuration_adv.h index 6859e95e5..38f40192c 100644 --- a/config/examples/Einstart-S/Configuration_adv.h +++ b/config/examples/Einstart-S/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/FYSETC/AIO_II/Configuration_adv.h b/config/examples/FYSETC/AIO_II/Configuration_adv.h index 198a55219..2ff2417f3 100644 --- a/config/examples/FYSETC/AIO_II/Configuration_adv.h +++ b/config/examples/FYSETC/AIO_II/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/FYSETC/Cheetah 1.2/BLTouch/Configuration_adv.h b/config/examples/FYSETC/Cheetah 1.2/BLTouch/Configuration_adv.h index 949d6135d..5d21f6656 100644 --- a/config/examples/FYSETC/Cheetah 1.2/BLTouch/Configuration_adv.h +++ b/config/examples/FYSETC/Cheetah 1.2/BLTouch/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/FYSETC/Cheetah 1.2/base/Configuration_adv.h b/config/examples/FYSETC/Cheetah 1.2/base/Configuration_adv.h index cc18bffaa..1c6c83ff4 100644 --- a/config/examples/FYSETC/Cheetah 1.2/base/Configuration_adv.h +++ b/config/examples/FYSETC/Cheetah 1.2/base/Configuration_adv.h @@ -1844,8 +1844,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/FYSETC/Cheetah/BLTouch/Configuration_adv.h b/config/examples/FYSETC/Cheetah/BLTouch/Configuration_adv.h index 38d1b8776..be1623c75 100644 --- a/config/examples/FYSETC/Cheetah/BLTouch/Configuration_adv.h +++ b/config/examples/FYSETC/Cheetah/BLTouch/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/FYSETC/Cheetah/base/Configuration_adv.h b/config/examples/FYSETC/Cheetah/base/Configuration_adv.h index f1d8f9236..73ed71160 100644 --- a/config/examples/FYSETC/Cheetah/base/Configuration_adv.h +++ b/config/examples/FYSETC/Cheetah/base/Configuration_adv.h @@ -1844,8 +1844,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/FYSETC/F6_13/Configuration_adv.h b/config/examples/FYSETC/F6_13/Configuration_adv.h index cb724a8cc..75eec5146 100644 --- a/config/examples/FYSETC/F6_13/Configuration_adv.h +++ b/config/examples/FYSETC/F6_13/Configuration_adv.h @@ -1831,8 +1831,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Felix/Configuration_adv.h b/config/examples/Felix/Configuration_adv.h index e8ba2bad5..81f4c15c8 100644 --- a/config/examples/Felix/Configuration_adv.h +++ b/config/examples/Felix/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/FlashForge/CreatorPro/Configuration_adv.h b/config/examples/FlashForge/CreatorPro/Configuration_adv.h index 8c93058de..4ae3e34cb 100644 --- a/config/examples/FlashForge/CreatorPro/Configuration_adv.h +++ b/config/examples/FlashForge/CreatorPro/Configuration_adv.h @@ -1844,8 +1844,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/FolgerTech/i3-2020/Configuration_adv.h b/config/examples/FolgerTech/i3-2020/Configuration_adv.h index 4f07e88ea..7092f7b00 100644 --- a/config/examples/FolgerTech/i3-2020/Configuration_adv.h +++ b/config/examples/FolgerTech/i3-2020/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Formbot/Raptor/Configuration_adv.h b/config/examples/Formbot/Raptor/Configuration_adv.h index a99596ca3..b7da1d42a 100644 --- a/config/examples/Formbot/Raptor/Configuration_adv.h +++ b/config/examples/Formbot/Raptor/Configuration_adv.h @@ -1847,8 +1847,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Formbot/T_Rex_2+/Configuration_adv.h b/config/examples/Formbot/T_Rex_2+/Configuration_adv.h index a49b68c4c..980983935 100644 --- a/config/examples/Formbot/T_Rex_2+/Configuration_adv.h +++ b/config/examples/Formbot/T_Rex_2+/Configuration_adv.h @@ -1849,8 +1849,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Formbot/T_Rex_3/Configuration_adv.h b/config/examples/Formbot/T_Rex_3/Configuration_adv.h index 66ffda7c8..ea0c9bc2f 100644 --- a/config/examples/Formbot/T_Rex_3/Configuration_adv.h +++ b/config/examples/Formbot/T_Rex_3/Configuration_adv.h @@ -1849,8 +1849,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Geeetech/A10/Configuration_adv.h b/config/examples/Geeetech/A10/Configuration_adv.h index 965bebdf7..19cd4d022 100644 --- a/config/examples/Geeetech/A10/Configuration_adv.h +++ b/config/examples/Geeetech/A10/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Geeetech/A10M/Configuration_adv.h b/config/examples/Geeetech/A10M/Configuration_adv.h index 361ff5424..16d8f39a6 100644 --- a/config/examples/Geeetech/A10M/Configuration_adv.h +++ b/config/examples/Geeetech/A10M/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Geeetech/A20M/Configuration_adv.h b/config/examples/Geeetech/A20M/Configuration_adv.h index f3a9652ca..d4c6048df 100644 --- a/config/examples/Geeetech/A20M/Configuration_adv.h +++ b/config/examples/Geeetech/A20M/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Geeetech/MeCreator2/Configuration_adv.h b/config/examples/Geeetech/MeCreator2/Configuration_adv.h index 556d06fa8..1212d3585 100644 --- a/config/examples/Geeetech/MeCreator2/Configuration_adv.h +++ b/config/examples/Geeetech/MeCreator2/Configuration_adv.h @@ -1844,8 +1844,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h index 965bebdf7..19cd4d022 100644 --- a/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h index 965bebdf7..19cd4d022 100644 --- a/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/HMS434/Configuration_adv.h b/config/examples/HMS434/Configuration_adv.h index f45a6c34b..a7cada0f0 100644 --- a/config/examples/HMS434/Configuration_adv.h +++ b/config/examples/HMS434/Configuration_adv.h @@ -1781,8 +1781,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Infitary/i3-M508/Configuration_adv.h b/config/examples/Infitary/i3-M508/Configuration_adv.h index bfc94bd43..bbc4dc31d 100644 --- a/config/examples/Infitary/i3-M508/Configuration_adv.h +++ b/config/examples/Infitary/i3-M508/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/JGAurora/A1/Configuration_adv.h b/config/examples/JGAurora/A1/Configuration_adv.h index 2e808e271..a60e234cd 100644 --- a/config/examples/JGAurora/A1/Configuration_adv.h +++ b/config/examples/JGAurora/A1/Configuration_adv.h @@ -1850,8 +1850,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/JGAurora/A5/Configuration_adv.h b/config/examples/JGAurora/A5/Configuration_adv.h index 96e3a8028..a30d19717 100644 --- a/config/examples/JGAurora/A5/Configuration_adv.h +++ b/config/examples/JGAurora/A5/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/JGAurora/A5S/Configuration_adv.h b/config/examples/JGAurora/A5S/Configuration_adv.h index 2e808e271..a60e234cd 100644 --- a/config/examples/JGAurora/A5S/Configuration_adv.h +++ b/config/examples/JGAurora/A5S/Configuration_adv.h @@ -1850,8 +1850,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/MakerParts/Configuration_adv.h b/config/examples/MakerParts/Configuration_adv.h index 91e93c2a2..51e0b427b 100644 --- a/config/examples/MakerParts/Configuration_adv.h +++ b/config/examples/MakerParts/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Malyan/M150/Configuration_adv.h b/config/examples/Malyan/M150/Configuration_adv.h index 20ab146c3..534658fe1 100644 --- a/config/examples/Malyan/M150/Configuration_adv.h +++ b/config/examples/Malyan/M150/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Malyan/M200/Configuration_adv.h b/config/examples/Malyan/M200/Configuration_adv.h index cebba09ee..3e8eac8bc 100644 --- a/config/examples/Malyan/M200/Configuration_adv.h +++ b/config/examples/Malyan/M200/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Micromake/C1/enhanced/Configuration_adv.h b/config/examples/Micromake/C1/enhanced/Configuration_adv.h index b0c165028..114c5a0d0 100644 --- a/config/examples/Micromake/C1/enhanced/Configuration_adv.h +++ b/config/examples/Micromake/C1/enhanced/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Mks/Robin/Configuration_adv.h b/config/examples/Mks/Robin/Configuration_adv.h index 91662aa1c..b1e9c36f2 100644 --- a/config/examples/Mks/Robin/Configuration_adv.h +++ b/config/examples/Mks/Robin/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Mks/Sbase/Configuration_adv.h b/config/examples/Mks/Sbase/Configuration_adv.h index 77741ebec..aa4b0d6a6 100644 --- a/config/examples/Mks/Sbase/Configuration_adv.h +++ b/config/examples/Mks/Sbase/Configuration_adv.h @@ -1846,8 +1846,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/RapideLite/RL200/Configuration_adv.h b/config/examples/RapideLite/RL200/Configuration_adv.h index 841588636..7241b6350 100644 --- a/config/examples/RapideLite/RL200/Configuration_adv.h +++ b/config/examples/RapideLite/RL200/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/RigidBot/Configuration_adv.h b/config/examples/RigidBot/Configuration_adv.h index 2ca352994..c1ee7ffe3 100644 --- a/config/examples/RigidBot/Configuration_adv.h +++ b/config/examples/RigidBot/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/SCARA/Configuration_adv.h b/config/examples/SCARA/Configuration_adv.h index f2aace7fd..3e33266ce 100644 --- a/config/examples/SCARA/Configuration_adv.h +++ b/config/examples/SCARA/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h b/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h index 8fe1cb360..d149feab6 100644 --- a/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h +++ b/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Sanguinololu/Configuration_adv.h b/config/examples/Sanguinololu/Configuration_adv.h index eaea230f2..0a684a61b 100644 --- a/config/examples/Sanguinololu/Configuration_adv.h +++ b/config/examples/Sanguinololu/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Tevo/Michelangelo/Configuration_adv.h b/config/examples/Tevo/Michelangelo/Configuration_adv.h index 034559a7f..82291f2e8 100644 --- a/config/examples/Tevo/Michelangelo/Configuration_adv.h +++ b/config/examples/Tevo/Michelangelo/Configuration_adv.h @@ -1844,8 +1844,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Tevo/Tarantula Pro/Configuration_adv.h b/config/examples/Tevo/Tarantula Pro/Configuration_adv.h index 1a45b9b46..7a9643584 100755 --- a/config/examples/Tevo/Tarantula Pro/Configuration_adv.h +++ b/config/examples/Tevo/Tarantula Pro/Configuration_adv.h @@ -1841,8 +1841,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h index 0b90d4750..2019684e3 100755 --- a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h +++ b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h @@ -1844,8 +1844,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration_adv.h b/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration_adv.h index 0b90d4750..2019684e3 100755 --- a/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration_adv.h +++ b/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration_adv.h @@ -1844,8 +1844,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/TheBorg/Configuration_adv.h b/config/examples/TheBorg/Configuration_adv.h index 7098b36e2..bacca20e0 100644 --- a/config/examples/TheBorg/Configuration_adv.h +++ b/config/examples/TheBorg/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/TinyBoy2/Configuration_adv.h b/config/examples/TinyBoy2/Configuration_adv.h index 1ae4ccd45..391affccb 100644 --- a/config/examples/TinyBoy2/Configuration_adv.h +++ b/config/examples/TinyBoy2/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Tronxy/X3A/Configuration_adv.h b/config/examples/Tronxy/X3A/Configuration_adv.h index 5c5e48460..2bc98c096 100644 --- a/config/examples/Tronxy/X3A/Configuration_adv.h +++ b/config/examples/Tronxy/X3A/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Tronxy/X5S-2E/Configuration_adv.h b/config/examples/Tronxy/X5S-2E/Configuration_adv.h index e7636ddaf..e6e95111c 100644 --- a/config/examples/Tronxy/X5S-2E/Configuration_adv.h +++ b/config/examples/Tronxy/X5S-2E/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/UltiMachine/Archim1/Configuration_adv.h b/config/examples/UltiMachine/Archim1/Configuration_adv.h index 63c642262..bd3a6bd0b 100644 --- a/config/examples/UltiMachine/Archim1/Configuration_adv.h +++ b/config/examples/UltiMachine/Archim1/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/UltiMachine/Archim2/Configuration_adv.h b/config/examples/UltiMachine/Archim2/Configuration_adv.h index 28798fcef..b9e11d7ee 100644 --- a/config/examples/UltiMachine/Archim2/Configuration_adv.h +++ b/config/examples/UltiMachine/Archim2/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/VORONDesign/Configuration_adv.h b/config/examples/VORONDesign/Configuration_adv.h index c6bc606c4..cc71cc3c1 100644 --- a/config/examples/VORONDesign/Configuration_adv.h +++ b/config/examples/VORONDesign/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Velleman/K8200/Configuration_adv.h b/config/examples/Velleman/K8200/Configuration_adv.h index c7d6b2d9b..b7a4c0a24 100644 --- a/config/examples/Velleman/K8200/Configuration_adv.h +++ b/config/examples/Velleman/K8200/Configuration_adv.h @@ -1858,8 +1858,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Velleman/K8400/Configuration_adv.h b/config/examples/Velleman/K8400/Configuration_adv.h index 7a314121d..ba7e96a4c 100644 --- a/config/examples/Velleman/K8400/Configuration_adv.h +++ b/config/examples/Velleman/K8400/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/WASP/PowerWASP/Configuration_adv.h b/config/examples/WASP/PowerWASP/Configuration_adv.h index 18e3cafa2..cafa69004 100644 --- a/config/examples/WASP/PowerWASP/Configuration_adv.h +++ b/config/examples/WASP/PowerWASP/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Wanhao/Duplicator 6/Configuration_adv.h b/config/examples/Wanhao/Duplicator 6/Configuration_adv.h index ddc318dc6..2f89b60a4 100644 --- a/config/examples/Wanhao/Duplicator 6/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator 6/Configuration_adv.h @@ -1847,8 +1847,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h b/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h index da26cd85b..bcb228c5d 100644 --- a/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/gCreate/gMax1.5+/Configuration_adv.h b/config/examples/gCreate/gMax1.5+/Configuration_adv.h index aca7a2e57..82c9e3c87 100644 --- a/config/examples/gCreate/gMax1.5+/Configuration_adv.h +++ b/config/examples/gCreate/gMax1.5+/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/makibox/Configuration_adv.h b/config/examples/makibox/Configuration_adv.h index ee98a6b08..e95d1c63a 100644 --- a/config/examples/makibox/Configuration_adv.h +++ b/config/examples/makibox/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/tvrrug/Round2/Configuration_adv.h b/config/examples/tvrrug/Round2/Configuration_adv.h index 6a7e7b02e..b0f98bf54 100644 --- a/config/examples/tvrrug/Round2/Configuration_adv.h +++ b/config/examples/tvrrug/Round2/Configuration_adv.h @@ -1845,8 +1845,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2. diff --git a/config/examples/wt150/Configuration_adv.h b/config/examples/wt150/Configuration_adv.h index 6cbf579c7..293ca3288 100644 --- a/config/examples/wt150/Configuration_adv.h +++ b/config/examples/wt150/Configuration_adv.h @@ -1846,8 +1846,6 @@ //#define TMC_SW_MISO -1 //#define TMC_SW_SCK -1 - //#define TMC_USE_CHAIN // All active xx_CS_PIN defines must be set the same to use SPI daisy chain - /** * Four TMC2209 drivers can use the same HW/SW serial port with hardware configured addresses. * Set the address using jumpers on pins MS1 and MS2.