1

Do the add-on noise reduction boards (variously called Schottky diodes, flyback diodes, noise filters) installed ahead of the stepper motors really improve print quality on FDM printers? I installed them on X and Y axes and can see no difference.

allardjd
  • 310
  • 1
  • 1
  • 10
  • They'll stop your components from dying, they won't do anything for quality itself. – Mast May 21 '22 at 21:19
  • 1
    If you don't have DRV8825 drivers, you would not see any difference, see [this answer](https://3dprinting.stackexchange.com/a/14046/). – 0scar May 21 '22 at 22:22

1 Answers1

2

Flyback diodes aren't there to improve quality. They are there to )protect components the stepper connects to when the stepper stops. Motors store energy in inductors, and when power is dropped that energy goes back into the source driving them, which can damage equipment. Modern stepper drivers typically already account for that and are designed either with such diodes already included, or use a design that doesn't require them.

If anything, it might HURT performance with some drivers, as described in the article TL-Smoothers, Do They Make Sense?

agarza
  • 1,334
  • 2
  • 10
  • 30
Grant
  • 166
  • 3
  • Classic motor control design includes flyback diodes and capacitors to respectively snub and spread the back EMF spike from the motor windings. I can only think adding diodes to an existing controller are only needed if they thought caps were good enough and left out the diodes. – user10489 May 30 '22 at 19:29
  • I guess you can't believe everything you read in the product description- "Pack of 4pcs TL-Smoother V1.0 Addon Modules for Pattern Elimination Motor Clipping Filter 3D Printer Stepper Motor Drivers". – allardjd May 31 '22 at 00:03
  • @allardjd apparently they *did* help with actual issues with DRV8825 stepper drivers - but that was due to a flaw in that specific type of driver, and not relevant for other newer types of stepper drivers. – Grant May 31 '22 at 13:14