
Trigorilla Fan Mount for Stepper Controller / TMC2100
cults3d
This is a minimalist fan mounting bracket designed for the Trigorilla Mainboard on the Anycubic Linear Kossel. I created this as an easy way to attach a 40mm radial blower fan to cool my TMC2100 stepper drivers, avoiding the need to print a fully enclosed tunnel since I already have a panel between the hot bed and PCB. The fan is secured by driving a 3mm screw directly into the bracket (cutting its own thread). The bracket is attached to the PCB with one M3 screw and nut. I connected the fan to the unused FAN1 connector on the Trigorilla board, which is controlled by PIN 7 of the controller board. I made this possible by making the following modifications in Marlin "Configuration_adv.h": #define USE_CONTROLLER_FAN #if ENABLED(USE_CONTROLLER_FAN) #define CONTROLLER_FAN_PIN 7 // FAN1 is Pin 7 on Trigorilla Board #define CONTROLLERFAN_SECS 60 // Duration in seconds to run after motors disabled #define CONTROLLERFAN_SPEED 255 // 255 == full speed #endif This setup works perfectly as the fan turns on automatically when the stepper drivers are enabled, and runs for another 60 seconds after they are turned off. It took me a while to get the TMC2100 drivers working well. In an attempt to make it use spreadCycle mode, I started by cutting off the CFG1-3 pins and bridging CFG1 to GND with a wire. However, this had no effect on the particular TMC2100 driver I'm using. The drivers were still in stealthChop and kept missing steps and skewing layers, regardless of which Vref I used. Eventually, I discovered that there are two tiny solder pads under the board that need to be bridged to connect CFG1 to GND and enable spreadCycle mode. Now it finally works flawlessly.
With this file you will be able to print Trigorilla Fan Mount for Stepper Controller / TMC2100 with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Trigorilla Fan Mount for Stepper Controller / TMC2100.