4

When exchanging the mainboard of my Ultimaker Original, I found the new (unoriginal) mainboard to have a condensator that is quite a little higher than on the original, which means the fan duct doesn't fit any more.

I read somewhere that those A4988 stepper motor drivers don't have to be actively cooled, but a heatsink will be sufficient:

A4988 stepper motor driver with heatsink

After testing the theory I found the heatsinks to be really hot, but not too hot to touch. Sadly I do not have any means of temperature measurement other than my fingers...

How hot do they normally get, when should I abort printing and look for a different solution?

Are there any good solutions other than the original cooler & cooling duct?

Greenonline
  • 5,831
  • 7
  • 30
  • 60
Markus Appel
  • 392
  • 3
  • 8

2 Answers2

2

A4988 become hot when a lot of current draw from them . If it is more than 1.5 Amp. Also you will notice missing steps, missing layers, abnormal print and Stepper motor become hot .It automatically shutdown at max temp.

Himanshu
  • 301
  • 2
  • 6
2

The answer to that question is not as simple as it looks as we don't see the hardware. Main issue is the current pointed by Himanshu, that generates most of the temperature in the silicon chip.

I was using drivers without active cooling, but my case was open so there was enough heat dispersion.

You could do a dry run - by creating a command file with G-code like below

G28 
G1 X200 Y200 F6000 
G1 X0 Y0 G1 X200 Y200 
... 
... copy and paste many times to have a 10 minutes run on the printer

That will keep the stepper busy and you could observe radiator temperature and probably see/hear miss-steps.

other solution could be a duct like this one

profesor79
  • 1,922
  • 1
  • 6
  • 24