From a8e3dc98c17ee8af5e310ac5823f4d3650c4cc11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20K=C3=B6ster?= <36196269+knutwurst@users.noreply.github.com> Date: Tue, 22 Sep 2020 21:01:16 +0200 Subject: [PATCH] Updated Swap stepper motor driver for TMC2xxx (markdown) --- Swap-stepper-motor-driver-for-TMC2xxx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swap-stepper-motor-driver-for-TMC2xxx.md b/Swap-stepper-motor-driver-for-TMC2xxx.md index 46a4f1b..ef3e061 100644 --- a/Swap-stepper-motor-driver-for-TMC2xxx.md +++ b/Swap-stepper-motor-driver-for-TMC2xxx.md @@ -1,6 +1,6 @@ # Installation -Various motor drivers can be used on the Trigorilla (8 bit) mainboard. Among others the TMC2100, TMC2208, TMC2225 and TMC2209. I strongly recommend branded products and the TMC2208 drivers from [FYSETC*](https://amzn.to/2QtHDnD), [MKS*](https://amzn.to/3gpZy9t) or [ERYONE*](https://amzn.to/3b1moDh). TMC2225 are only TMC2208 in a different housing. TMC2209 have a few nice features that can only be used with UART and another board. They run, but buying them would be wasted money. TMC2100 are the "old" ones. They work and are partly dirt cheap. They get a little hotter than the TMC2208, but do their job just as well. +Various motor drivers can be used on the Trigorilla (8 bit) mainboard. Among others the TMC2100, TMC2208, TMC2225 and TMC2209. I strongly recommend branded products and the TMC2208 drivers from [FYSETC*](https://amzn.to/2QtHDnD), [MKS*](https://amzn.to/3gpZy9t) or [ERYONE*](https://amzn.to/3b1moDh). TMC2225 are only TMC2208 in a different housing. TMC2209 have a few nice features that can only be used with UART and another board. They do work, but buying them would be wasted money. TMC2100 are the "old" ones. They work and are partly dirt cheap. They get a little hotter than the TMC2208, but do their job just as well. I have had very bad experiences with BIGTREETECH, in which a driver of a package of 5 was often defective and short-circuited, so that the driver burned first and then the fuse on the board had to be replaced. In addition, these are often advertised as "V2" or "V3", which simply does not exist. The original versions of the TMC2208 SilentStepSticks are v1.0 (default Step/Dir version) or v1.2 (with UART support).